Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
b8a61e73
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看板
提交
b8a61e73
编写于
10月 10, 2001
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
'make update'
上级
dd5e7746
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
25 addition
and
13 deletion
+25
-13
TABLE
TABLE
+8
-8
crypto/objects/obj_dat.h
crypto/objects/obj_dat.h
+11
-5
crypto/objects/obj_mac.h
crypto/objects/obj_mac.h
+5
-0
crypto/objects/obj_mac.num
crypto/objects/obj_mac.num
+1
-0
未找到文件。
TABLE
浏览文件 @
b8a61e73
...
...
@@ -1352,7 +1352,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -1398,7 +1398,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -2870,7 +2870,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -2916,7 +2916,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -2962,7 +2962,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -2985,7 +2985,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -3031,7 +3031,7 @@ $rc4_obj = asm/rx86-sol.o
$rmd160_obj = asm/rm86-sol.o
$rc5_obj = asm/r586-sol.o
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
@@ -3077,7 +3077,7 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
$dso_scheme = dlfcn
$shared_target=
gnu
-shared
$shared_target=
solaris
-shared
$shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
...
...
crypto/objects/obj_dat.h
浏览文件 @
b8a61e73
...
...
@@ -61,12 +61,12 @@
* perl obj_dat.pl obj_mac.h obj_dat.h
*/
#define NUM_NID 50
3
#define NUM_SN 50
1
#define NUM_LN 50
1
#define NUM_OBJ 47
5
#define NUM_NID 50
4
#define NUM_SN 50
2
#define NUM_LN 50
2
#define NUM_OBJ 47
6
static
unsigned
char
lvalues
[
38
36
]
=
{
static
unsigned
char
lvalues
[
38
45
]
=
{
0x00
,
/* [ 0] OBJ_undef */
0x2A
,
0x86
,
0x48
,
0x86
,
0xF7
,
0x0D
,
/* [ 1] OBJ_rsadsi */
0x2A
,
0x86
,
0x48
,
0x86
,
0xF7
,
0x0D
,
0x01
,
/* [ 7] OBJ_pkcs */
...
...
@@ -542,6 +542,7 @@ static unsigned char lvalues[3836]={
0x55
,
0x1D
,
0x24
,
/* [3826] OBJ_policy_constraints */
0x55
,
0x1D
,
0x37
,
/* [3829] OBJ_target_information */
0x55
,
0x1D
,
0x38
,
/* [3832] OBJ_no_rev_avail */
0x2A
,
0x86
,
0x48
,
0x86
,
0xF7
,
0x0D
,
0x01
,
0x01
,
0x03
,
/* [3835] OBJ_md4WithRSAEncryption */
};
static
ASN1_OBJECT
nid_objs
[
NUM_NID
]
=
{
...
...
@@ -1313,6 +1314,8 @@ static ASN1_OBJECT nid_objs[NUM_NID]={
&
(
lvalues
[
3829
]),
0
},
{
"noRevAvail"
,
"X509v3 No Revocation Available"
,
NID_no_rev_avail
,
3
,
&
(
lvalues
[
3832
]),
0
},
{
"RSA-MD4"
,
"md4WithRSAEncryption"
,
NID_md4WithRSAEncryption
,
9
,
&
(
lvalues
[
3835
]),
0
},
};
static
ASN1_OBJECT
*
sn_objs
[
NUM_SN
]
=
{
...
...
@@ -1421,6 +1424,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={
&
(
nid_objs
[
124
]),
/* "RLE" */
&
(
nid_objs
[
19
]),
/* "RSA" */
&
(
nid_objs
[
7
]),
/* "RSA-MD2" */
&
(
nid_objs
[
503
]),
/* "RSA-MD4" */
&
(
nid_objs
[
8
]),
/* "RSA-MD5" */
&
(
nid_objs
[
96
]),
/* "RSA-MDC2" */
&
(
nid_objs
[
104
]),
/* "RSA-NP-MD5" */
...
...
@@ -2197,6 +2201,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={
&
(
nid_objs
[
3
]),
/* "md2" */
&
(
nid_objs
[
7
]),
/* "md2WithRSAEncryption" */
&
(
nid_objs
[
257
]),
/* "md4" */
&
(
nid_objs
[
503
]),
/* "md4WithRSAEncryption" */
&
(
nid_objs
[
4
]),
/* "md5" */
&
(
nid_objs
[
114
]),
/* "md5-sha1" */
&
(
nid_objs
[
104
]),
/* "md5WithRSA" */
...
...
@@ -2571,6 +2576,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={
&
(
nid_objs
[
112
]),
/* OBJ_pbeWithMD5AndCast5_CBC 1 2 840 113533 7 66 12 */
&
(
nid_objs
[
6
]),
/* OBJ_rsaEncryption 1 2 840 113549 1 1 1 */
&
(
nid_objs
[
7
]),
/* OBJ_md2WithRSAEncryption 1 2 840 113549 1 1 2 */
&
(
nid_objs
[
503
]),
/* OBJ_md4WithRSAEncryption 1 2 840 113549 1 1 3 */
&
(
nid_objs
[
8
]),
/* OBJ_md5WithRSAEncryption 1 2 840 113549 1 1 4 */
&
(
nid_objs
[
65
]),
/* OBJ_sha1WithRSAEncryption 1 2 840 113549 1 1 5 */
&
(
nid_objs
[
28
]),
/* OBJ_dhKeyAgreement 1 2 840 113549 1 3 1 */
...
...
crypto/objects/obj_mac.h
浏览文件 @
b8a61e73
...
...
@@ -225,6 +225,11 @@
#define NID_md2WithRSAEncryption 7
#define OBJ_md2WithRSAEncryption OBJ_pkcs1,2L
#define SN_md4WithRSAEncryption "RSA-MD4"
#define LN_md4WithRSAEncryption "md4WithRSAEncryption"
#define NID_md4WithRSAEncryption 503
#define OBJ_md4WithRSAEncryption OBJ_pkcs1,3L
#define SN_md5WithRSAEncryption "RSA-MD5"
#define LN_md5WithRSAEncryption "md5WithRSAEncryption"
#define NID_md5WithRSAEncryption 8
...
...
crypto/objects/obj_mac.num
浏览文件 @
b8a61e73
...
...
@@ -500,3 +500,4 @@ role 499
policy_constraints 500
target_information 501
no_rev_avail 502
md4WithRSAEncryption 503
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录