密钥用法标识

news/2024/7/24 11:46:50 标签: microsoft, 服务器, windows, 数字证书

密钥用法:

数字签名 Digital Signature

认可签名 Non Repudiation

密钥加密 key Encipherment

数据加密 Data Encipherment

密钥协商 key Agreement

证书签名 Key CertSign

CRL 签名 Crl Sign

仅仅加密 Encipher Only

仅仅解密 Decipher Only

OpenSSL密钥用法:

数字签名 digitalSignature

认可签名 nonRepudiation

密钥加密 keyEncipherment

数据加密 dataEncipherment

密钥协商 keyAgreement

证书签名 keyCertSign

CRL 签名 cRLSign

仅仅加密 encipherOnly

仅仅解密 decipherOnly

增强密钥用法:                                    OpenSSL 增强密钥用法:

                                                  extendedKeyUsage=critical,codeSigning,1.2.3.4

                                                  extendedKeyUsage=nsSGC,msSGC

Microsoft 信任列表签名 (1.3.6.1.4.1.311.10.3.1)   Microsoft Trust List Signing,             msCTLSign              Microsoft Trust List Signing

合格的部属 (1.3.6.1.4.1.311.10.3.10)               1.3.6.1.4.1.311.10.3.10,

密钥恢复 (1.3.6.1.4.1.311.10.3.11)                 1.3.6.1.4.1.311.10.3.11,

许可证服务器确认 (1.3.6.1.4.1.311.10.6.2)          1.3.6.1.4.1.311.10.6.2,

生存时间签名 (1.3.6.1.4.1.311.10.3.13)             1.3.6.1.4.1.311.10.3.13,

Microsoft 时间戳 (1.3.6.1.4.1.311.10.3.2)          1.3.6.1.4.1.311.10.3.2,

加密文件系统 (1.3.6.1.4.1.311.10.3.4)              Microsoft Encrypted File System,          msEFS                  Microsoft Encrypted File System

文件恢复 (1.3.6.1.4.1.311.10.3.4.1)                1.3.6.1.4.1.311.10.3.4.1,

根列表签名者 (1.3.6.1.4.1.311.10.3.9)              1.3.6.1.4.1.311.10.3.9,

数字权利 (1.3.6.1.4.1.311.10.5.1)                  1.3.6.1.4.1.311.10.5.1,

密钥数据包许可证 (1.3.6.1.4.1.311.10.6.1)          1.3.6.1.4.1.311.10.6.1,

文档签名 (1.3.6.1.4.1.311.10.3.12)                 1.3.6.1.4.1.311.10.3.12,

证书申请代理 (1.3.6.1.4.1.311.20.2.1)              1.3.6.1.4.1.311.20.2.1,

智能卡登录 (1.3.6.1.4.1.311.20.2.2)                Microsoft Smartcardlogin,

私钥存档 (1.3.6.1.4.1.311.21.5)                    1.3.6.1.4.1.311.21.5,

Windows 硬件驱动程序验证 (1.3.6.1.4.1.311.10.3.5)  1.3.6.1.4.1.311.10.3.5,

密钥恢复代理 (1.3.6.1.4.1.311.21.6)                1.3.6.1.4.1.311.21.6,

代码签名 (1.3.6.1.5.5.7.3.3)                       Code Signing,                              codeSigning            Code signing.

时间戳 (1.3.6.1.5.5.7.3.8)                         Time Stamping,                             timeStamping           Trusted Timestamping

客户端身份验证 (1.3.6.1.5.5.7.3.2)                 TLS Web Client Authentication,             clientAuth             SSL/TLS Web Client Authentication.

安全电子邮件 (1.3.6.1.5.5.7.3.4)                   E-mail Protection,                         emailProtection        E-mail Protection (S/MIME).

服务器身份验证 (1.3.6.1.5.5.7.3.1)                 TLS Web Server Authentication,             serverAuth             SSL/TLS Web Server Authentication.

IP 安全用户 (1.3.6.1.5.5.7.3.7)                    IPSec User,

IP 安全 IKE 中级 (1.3.6.1.5.5.8.2.2)               1.3.6.1.5.5.8.2.2,

OEM Windows 系统组件验证 (1.3.6.1.4.1.311.10.3.7)  1.3.6.1.4.1.311.10.3.7,

IP 安全终端系统 (1.3.6.1.5.5.7.3.5)                IPSec End System,

IP 安全隧道终止 (1.3.6.1.5.5.7.3.6)                IPSec Tunnel,

目录服务电子邮件复制 (1.3.6.1.4.1.311.21.19)       1.3.6.1.4.1.311.21.19,

内嵌 Windows 系统组件验证 (1.3.6.1.4.1.311.10.3.8) 1.3.6.1.4.1.311.10.3.8,

Windows 系统组件验证 (1.3.6.1.4.1.311.10.3.6)      1.3.6.1.4.1.311.10.3.6,

所有颁发的策略 (2.5.29.32.0)                       X509v3 Any Policy

                                                   msCodeInd              Microsoft Individual Code Signing (authenticode)

                                                   msCodeCom              Microsoft Commercial Code Signing (authenticode)

                                                   msSGC                  Microsoft Server Gated Crypto

                                                   nsSGC                  Netscape Server Gated Crypto

证书类型

OpenSSL密钥用法:                                     OpenSSL 增强密钥用法:

keyUsage=digitalSignature, nonRepudiation             extendedKeyUsage=critical,codeSigning,1.2.3.4

keyUsage=critical, keyCertSign                        extendedKeyUsage=nsSGC,msSGC

数字签名 digitalSignature            serverAuth             SSL / TLS Web服务器身份验证

认可签名 nonRepudiation              clientAuth             SSL / TLS Web客户端身份验证

密钥加密 keyEncipherment             codeSigning            代码签名

数据加密 dataEncipherment            emailProtection        安全电子邮件 (S/MIME).

密钥协商 keyAgreement                timeStamping           时间戳

证书签名 keyCertSign                 msCodeInd              Microsoft 个人代码签名 (authenticode)

CRL 签名 cRLSign                     msCodeCom              Microsoft 商业代码签名 (authenticode)

仅仅加密 encipherOnly                msCTLSign              Microsoft 信任列表签名

仅仅解密 decipherOnly                msSGC                  Microsoft Server Gated Crypto

                                     msEFS                  Microsoft 加密文件系统

                                     nsSGC                  Netscape Server Gated Crypto


http://www.niftyadmin.cn/n/152053.html

相关文章

beautifulSoup 【HTML树解析库】基本知识

文章目录1. 文档地址2. 安装3. 使用4. 解析器5. 对象的种类6. 遍历6.1 下行遍历6.2 上行遍历6.3 平行遍历7. 格式化与编码7.1 格式化7.2 编码1. 文档地址 beautifulSoup4 文档 2. 安装 pip3 install beautifulsoup43. 使用 from bs4 import BeautifulSoupsoup BeautifulSo…

【学习OpenCV4】基于OpenCV的手写数字识别

本内容分享于课程《OpenCV入门精讲(C/Python双语教学)》,地址: OpenCV入门精讲(C/Python双语教学) 如果想提升C的编程水平,可以参考课程: C进阶学习 OpenCV课程中还有很多有趣且…

迷宫 年号字串

题目 下图给出了一个迷宫的平面图,其中标记为 11 的为障碍,标记为 00 的为可以通行的地方。 010000 000100 001001 110000 迷宫的入口为左上角,出口为右下角,在迷宫中,只能从一个位置走到这 个它的上、下、左、右四个方…

Intro to Inversion of Control and Dependency Injection with Spring

What Is Inversion of Control? Inversion of Control is a principle in software engineering which transfers the control of objects or portions of a program to a container or framework. 在 Spring 中,类的实例化、依赖的实例化、依赖的传入都交由 Spr…

react源码解析16.concurrent模式

concurrent mode react17支持concurrent mode,这种模式的根本目的是为了让应用保持cpu和io的快速响应,它是一组新功能,包括Fiber、Scheduler、Lane,可以根据用户硬件性能和网络状况调整应用的响应速度,核心就是为了实…

JIRA学习

概念 史诗。行业内,一个大功能模块,视为一个史诗; 故事。每个功能点,视为一个故事; 冲刺sprint。一个冲刺为一个迭代周期,其长度,取决于项目组的节奏; 原则与规范 一个项目一个史…

Maven的安装与配置

目录 一、安装本地Maven下载 Maven官网下载 下载完成后,选择一个路径进行解压 配置path环境变量 验证安装是否成功 二、配置settings文件 1. 修改mirror 2. 修改jdk 一、安装本地Maven下载 Maven官网下载 下载完成后,选择一个路径进行解压 记住…

【22】Verilog进阶 - 序列检测【STG变精通】

VL25 输入序列连续的序列检测 本题并不难【中等】难度给高了 【做题关键】 (1)需要使用移位寄存器的思路。其实reg型是寄存器,也可以当做是移位寄存器,重要的是对其的处理,使用的是移位寄存器的思路 (2)注意新移入数据存放在低位 1 题目 + 代码 + TestBench 很简单,没…