Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
52f71f81
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
52f71f81
编写于
2月 25, 2014
作者:
R
Rob Stradling
提交者:
Dr. Stephen Henson
2月 26, 2014
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
CABForum EV OIDs for Subject Jurisdiction of Incorporation or Registration.
上级
031ea2d1
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
48 addition
and
5 deletion
+48
-5
crypto/objects/obj_dat.h
crypto/objects/obj_dat.h
+23
-5
crypto/objects/obj_mac.h
crypto/objects/obj_mac.h
+15
-0
crypto/objects/obj_mac.num
crypto/objects/obj_mac.num
+3
-0
crypto/objects/objects.txt
crypto/objects/objects.txt
+7
-0
未找到文件。
crypto/objects/obj_dat.h
浏览文件 @
52f71f81
...
...
@@ -62,12 +62,12 @@
* [including the GNU Public Licence.]
*/
#define NUM_NID 95
5
#define NUM_SN 9
48
#define NUM_LN 9
48
#define NUM_OBJ 8
87
#define NUM_NID 95
8
#define NUM_SN 9
51
#define NUM_LN 9
51
#define NUM_OBJ 8
90
static
const
unsigned
char
lvalues
[
62
28
]
=
{
static
const
unsigned
char
lvalues
[
62
61
]
=
{
0x00
,
/* [ 0] OBJ_undef */
0x2A
,
0x86
,
0x48
,
0x86
,
0xF7
,
0x0D
,
/* [ 1] OBJ_rsadsi */
0x2A
,
0x86
,
0x48
,
0x86
,
0xF7
,
0x0D
,
0x01
,
/* [ 7] OBJ_pkcs */
...
...
@@ -955,6 +955,9 @@ static const unsigned char lvalues[6228]={
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0xD6
,
0x79
,
0x02
,
0x04
,
0x03
,
/* [6197] OBJ_ct_precert_poison */
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0xD6
,
0x79
,
0x02
,
0x04
,
0x04
,
/* [6207] OBJ_ct_precert_signer */
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0xD6
,
0x79
,
0x02
,
0x04
,
0x05
,
/* [6217] OBJ_ct_cert_scts */
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0x82
,
0x37
,
0x3C
,
0x02
,
0x01
,
0x01
,
/* [6227] OBJ_jurisdictionLocalityName */
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0x82
,
0x37
,
0x3C
,
0x02
,
0x01
,
0x02
,
/* [6238] OBJ_jurisdictionStateOrProvinceName */
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0x82
,
0x37
,
0x3C
,
0x02
,
0x01
,
0x03
,
/* [6249] OBJ_jurisdictionCountryName */
};
static
const
ASN1_OBJECT
nid_objs
[
NUM_NID
]
=
{
...
...
@@ -2512,6 +2515,12 @@ static const ASN1_OBJECT nid_objs[NUM_NID]={
10
,
&
(
lvalues
[
6207
]),
0
},
{
"ct_cert_scts"
,
"CT Certificate SCTs"
,
NID_ct_cert_scts
,
10
,
&
(
lvalues
[
6217
]),
0
},
{
"jurisdictionL"
,
"jurisdictionLocalityName"
,
NID_jurisdictionLocalityName
,
11
,
&
(
lvalues
[
6227
]),
0
},
{
"jurisdictionST"
,
"jurisdictionStateOrProvinceName"
,
NID_jurisdictionStateOrProvinceName
,
11
,
&
(
lvalues
[
6238
]),
0
},
{
"jurisdictionC"
,
"jurisdictionCountryName"
,
NID_jurisdictionCountryName
,
11
,
&
(
lvalues
[
6249
]),
0
},
};
static
const
unsigned
int
sn_objs
[
NUM_SN
]
=
{
...
...
@@ -3126,6 +3135,9 @@ static const unsigned int sn_objs[NUM_SN]={
86
,
/* "issuerAltName" */
770
,
/* "issuingDistributionPoint" */
492
,
/* "janetMailbox" */
957
,
/* "jurisdictionC" */
955
,
/* "jurisdictionL" */
956
,
/* "jurisdictionST" */
150
,
/* "keyBag" */
83
,
/* "keyUsage" */
477
,
/* "lastModifiedBy" */
...
...
@@ -4063,6 +4075,9 @@ static const unsigned int ln_objs[NUM_LN]={
645
,
/* "itu-t" */
492
,
/* "janetMailbox" */
646
,
/* "joint-iso-itu-t" */
957
,
/* "jurisdictionCountryName" */
955
,
/* "jurisdictionLocalityName" */
956
,
/* "jurisdictionStateOrProvinceName" */
150
,
/* "keyBag" */
773
,
/* "kisa" */
477
,
/* "lastModifiedBy" */
...
...
@@ -5304,5 +5319,8 @@ static const unsigned int obj_objs[NUM_OBJ]={
154
,
/* OBJ_secretBag 1 2 840 113549 1 12 10 1 5 */
155
,
/* OBJ_safeContentsBag 1 2 840 113549 1 12 10 1 6 */
34
,
/* OBJ_idea_cbc 1 3 6 1 4 1 188 7 1 1 2 */
955
,
/* OBJ_jurisdictionLocalityName 1 3 6 1 4 1 311 60 2 1 1 */
956
,
/* OBJ_jurisdictionStateOrProvinceName 1 3 6 1 4 1 311 60 2 1 2 */
957
,
/* OBJ_jurisdictionCountryName 1 3 6 1 4 1 311 60 2 1 3 */
};
crypto/objects/obj_mac.h
浏览文件 @
52f71f81
...
...
@@ -4178,3 +4178,18 @@
#define NID_ct_cert_scts 954
#define OBJ_ct_cert_scts 1L,3L,6L,1L,4L,1L,11129L,2L,4L,5L
#define SN_jurisdictionLocalityName "jurisdictionL"
#define LN_jurisdictionLocalityName "jurisdictionLocalityName"
#define NID_jurisdictionLocalityName 955
#define OBJ_jurisdictionLocalityName 1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,1L
#define SN_jurisdictionStateOrProvinceName "jurisdictionST"
#define LN_jurisdictionStateOrProvinceName "jurisdictionStateOrProvinceName"
#define NID_jurisdictionStateOrProvinceName 956
#define OBJ_jurisdictionStateOrProvinceName 1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,2L
#define SN_jurisdictionCountryName "jurisdictionC"
#define LN_jurisdictionCountryName "jurisdictionCountryName"
#define NID_jurisdictionCountryName 957
#define OBJ_jurisdictionCountryName 1L,3L,6L,1L,4L,1L,311L,60L,2L,1L,3L
crypto/objects/obj_mac.num
浏览文件 @
52f71f81
...
...
@@ -952,3 +952,6 @@ ct_precert_scts 951
ct_precert_poison 952
ct_precert_signer 953
ct_cert_scts 954
jurisdictionLocalityName 955
jurisdictionStateOrProvinceName 956
jurisdictionCountryName 957
crypto/objects/objects.txt
浏览文件 @
52f71f81
...
...
@@ -1341,3 +1341,10 @@ secg-scheme 14 3 : dhSinglePass-cofactorDH-sha512kdf-scheme
1 3 6 1 4 1 11129 2 4 3 : ct_precert_poison : CT Precertificate Poison
1 3 6 1 4 1 11129 2 4 4 : ct_precert_signer : CT Precertificate Signer
1 3 6 1 4 1 11129 2 4 5 : ct_cert_scts : CT Certificate SCTs
# CABForum EV SSL Certificate Guidelines
# (see https://cabforum.org/extended-validation/)
# OIDs for Subject Jurisdiction of Incorporation or Registration
1 3 6 1 4 1 311 60 2 1 1 : jurisdictionL : jurisdictionLocalityName
1 3 6 1 4 1 311 60 2 1 2 : jurisdictionST : jurisdictionStateOrProvinceName
1 3 6 1 4 1 311 60 2 1 3 : jurisdictionC : jurisdictionCountryName
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录