Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
ab1dee1e
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
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看板
提交
ab1dee1e
编写于
2月 16, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Adjust the NID names for the AES modes OFB and CFB to contain the number
of feedback bits
上级
e072aa53
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
54 addition
and
48 deletion
+54
-48
crypto/objects/obj_dat.h
crypto/objects/obj_dat.h
+18
-18
crypto/objects/obj_mac.h
crypto/objects/obj_mac.h
+24
-24
crypto/objects/obj_mac.num
crypto/objects/obj_mac.num
+6
-6
crypto/objects/objects.txt
crypto/objects/objects.txt
+6
-0
未找到文件。
crypto/objects/obj_dat.h
浏览文件 @
ab1dee1e
...
...
@@ -460,16 +460,16 @@ static unsigned char lvalues[3837]={
0x2B
,
0x06
,
0x01
,
0x04
,
0x01
,
0x82
,
0x37
,
0x11
,
0x01
,
/* [3030] OBJ_ms_csp_name */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x01
,
/* [3039] OBJ_aes_128_ecb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x02
,
/* [3048] OBJ_aes_128_cbc */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x03
,
/* [3057] OBJ_aes_128_ofb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x04
,
/* [3066] OBJ_aes_128_cfb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x03
,
/* [3057] OBJ_aes_128_ofb
128
*/
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x04
,
/* [3066] OBJ_aes_128_cfb
128
*/
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x15
,
/* [3075] OBJ_aes_192_ecb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x16
,
/* [3084] OBJ_aes_192_cbc */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x17
,
/* [3093] OBJ_aes_192_ofb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x18
,
/* [3102] OBJ_aes_192_cfb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x17
,
/* [3093] OBJ_aes_192_ofb
128
*/
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x18
,
/* [3102] OBJ_aes_192_cfb
128
*/
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x29
,
/* [3111] OBJ_aes_256_ecb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x2A
,
/* [3120] OBJ_aes_256_cbc */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x2B
,
/* [3129] OBJ_aes_256_ofb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x2C
,
/* [3138] OBJ_aes_256_cfb */
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x2B
,
/* [3129] OBJ_aes_256_ofb
128
*/
0x60
,
0x86
,
0x48
,
0x01
,
0x65
,
0x03
,
0x04
,
0x01
,
0x2C
,
/* [3138] OBJ_aes_256_cfb
128
*/
0x55
,
0x1D
,
0x17
,
/* [3147] OBJ_hold_instruction_code */
0x2A
,
0x86
,
0x48
,
0xCE
,
0x38
,
0x02
,
0x01
,
/* [3150] OBJ_hold_instruction_none */
0x2A
,
0x86
,
0x48
,
0xCE
,
0x38
,
0x02
,
0x02
,
/* [3157] OBJ_hold_instruction_call_issuer */
...
...
@@ -1193,16 +1193,16 @@ static ASN1_OBJECT nid_objs[NUM_NID]={
{
"CSPName"
,
"Microsoft CSP Name"
,
NID_ms_csp_name
,
9
,
&
(
lvalues
[
3030
]),
0
},
{
"AES-128-ECB"
,
"aes-128-ecb"
,
NID_aes_128_ecb
,
9
,
&
(
lvalues
[
3039
]),
0
},
{
"AES-128-CBC"
,
"aes-128-cbc"
,
NID_aes_128_cbc
,
9
,
&
(
lvalues
[
3048
]),
0
},
{
"AES-128-OFB"
,
"aes-128-ofb"
,
NID_aes_128_ofb
,
9
,
&
(
lvalues
[
3057
]),
0
},
{
"AES-128-CFB"
,
"aes-128-cfb"
,
NID_aes_128_cfb
,
9
,
&
(
lvalues
[
3066
]),
0
},
{
"AES-128-OFB"
,
"aes-128-ofb"
,
NID_aes_128_ofb
128
,
9
,
&
(
lvalues
[
3057
]),
0
},
{
"AES-128-CFB"
,
"aes-128-cfb"
,
NID_aes_128_cfb
128
,
9
,
&
(
lvalues
[
3066
]),
0
},
{
"AES-192-ECB"
,
"aes-192-ecb"
,
NID_aes_192_ecb
,
9
,
&
(
lvalues
[
3075
]),
0
},
{
"AES-192-CBC"
,
"aes-192-cbc"
,
NID_aes_192_cbc
,
9
,
&
(
lvalues
[
3084
]),
0
},
{
"AES-192-OFB"
,
"aes-192-ofb"
,
NID_aes_192_ofb
,
9
,
&
(
lvalues
[
3093
]),
0
},
{
"AES-192-CFB"
,
"aes-192-cfb"
,
NID_aes_192_cfb
,
9
,
&
(
lvalues
[
3102
]),
0
},
{
"AES-192-OFB"
,
"aes-192-ofb"
,
NID_aes_192_ofb
128
,
9
,
&
(
lvalues
[
3093
]),
0
},
{
"AES-192-CFB"
,
"aes-192-cfb"
,
NID_aes_192_cfb
128
,
9
,
&
(
lvalues
[
3102
]),
0
},
{
"AES-256-ECB"
,
"aes-256-ecb"
,
NID_aes_256_ecb
,
9
,
&
(
lvalues
[
3111
]),
0
},
{
"AES-256-CBC"
,
"aes-256-cbc"
,
NID_aes_256_cbc
,
9
,
&
(
lvalues
[
3120
]),
0
},
{
"AES-256-OFB"
,
"aes-256-ofb"
,
NID_aes_256_ofb
,
9
,
&
(
lvalues
[
3129
]),
0
},
{
"AES-256-CFB"
,
"aes-256-cfb"
,
NID_aes_256_cfb
,
9
,
&
(
lvalues
[
3138
]),
0
},
{
"AES-256-OFB"
,
"aes-256-ofb"
,
NID_aes_256_ofb
128
,
9
,
&
(
lvalues
[
3129
]),
0
},
{
"AES-256-CFB"
,
"aes-256-cfb"
,
NID_aes_256_cfb
128
,
9
,
&
(
lvalues
[
3138
]),
0
},
{
"holdInstructionCode"
,
"Hold Instruction Code"
,
NID_hold_instruction_code
,
3
,
&
(
lvalues
[
3147
]),
0
},
{
"holdInstructionNone"
,
"Hold Instruction None"
,
...
...
@@ -2628,16 +2628,16 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={
&
(
nid_objs
[
375
]),
/* OBJ_id_pkix_OCSP_trustRoot 1 3 6 1 5 5 7 48 1 11 */
&
(
nid_objs
[
418
]),
/* OBJ_aes_128_ecb 2 16 840 1 101 3 4 1 1 */
&
(
nid_objs
[
419
]),
/* OBJ_aes_128_cbc 2 16 840 1 101 3 4 1 2 */
&
(
nid_objs
[
420
]),
/* OBJ_aes_128_ofb
2 16 840 1 101 3 4 1 3 */
&
(
nid_objs
[
421
]),
/* OBJ_aes_128_cfb
2 16 840 1 101 3 4 1 4 */
&
(
nid_objs
[
420
]),
/* OBJ_aes_128_ofb
128
2 16 840 1 101 3 4 1 3 */
&
(
nid_objs
[
421
]),
/* OBJ_aes_128_cfb
128
2 16 840 1 101 3 4 1 4 */
&
(
nid_objs
[
422
]),
/* OBJ_aes_192_ecb 2 16 840 1 101 3 4 1 21 */
&
(
nid_objs
[
423
]),
/* OBJ_aes_192_cbc 2 16 840 1 101 3 4 1 22 */
&
(
nid_objs
[
424
]),
/* OBJ_aes_192_ofb
2 16 840 1 101 3 4 1 23 */
&
(
nid_objs
[
425
]),
/* OBJ_aes_192_cfb
2 16 840 1 101 3 4 1 24 */
&
(
nid_objs
[
424
]),
/* OBJ_aes_192_ofb
128
2 16 840 1 101 3 4 1 23 */
&
(
nid_objs
[
425
]),
/* OBJ_aes_192_cfb
128
2 16 840 1 101 3 4 1 24 */
&
(
nid_objs
[
426
]),
/* OBJ_aes_256_ecb 2 16 840 1 101 3 4 1 41 */
&
(
nid_objs
[
427
]),
/* OBJ_aes_256_cbc 2 16 840 1 101 3 4 1 42 */
&
(
nid_objs
[
428
]),
/* OBJ_aes_256_ofb
2 16 840 1 101 3 4 1 43 */
&
(
nid_objs
[
429
]),
/* OBJ_aes_256_cfb
2 16 840 1 101 3 4 1 44 */
&
(
nid_objs
[
428
]),
/* OBJ_aes_256_ofb
128
2 16 840 1 101 3 4 1 43 */
&
(
nid_objs
[
429
]),
/* OBJ_aes_256_cfb
128
2 16 840 1 101 3 4 1 44 */
&
(
nid_objs
[
71
]),
/* OBJ_netscape_cert_type 2 16 840 1 113730 1 1 */
&
(
nid_objs
[
72
]),
/* OBJ_netscape_base_url 2 16 840 1 113730 1 2 */
&
(
nid_objs
[
73
]),
/* OBJ_netscape_revocation_url 2 16 840 1 113730 1 3 */
...
...
crypto/objects/obj_mac.h
浏览文件 @
ab1dee1e
...
...
@@ -1922,15 +1922,15 @@
#define NID_aes_128_cbc 419
#define OBJ_aes_128_cbc OBJ_aes,2L
#define SN_aes_128_ofb "AES-128-OFB"
#define LN_aes_128_ofb "aes-128-ofb"
#define NID_aes_128_ofb 420
#define OBJ_aes_128_ofb OBJ_aes,3L
#define SN_aes_128_ofb
128
"AES-128-OFB"
#define LN_aes_128_ofb
128
"aes-128-ofb"
#define NID_aes_128_ofb
128
420
#define OBJ_aes_128_ofb
128
OBJ_aes,3L
#define SN_aes_128_cfb "AES-128-CFB"
#define LN_aes_128_cfb "aes-128-cfb"
#define NID_aes_128_cfb 421
#define OBJ_aes_128_cfb OBJ_aes,4L
#define SN_aes_128_cfb
128
"AES-128-CFB"
#define LN_aes_128_cfb
128
"aes-128-cfb"
#define NID_aes_128_cfb
128
421
#define OBJ_aes_128_cfb
128
OBJ_aes,4L
#define SN_aes_192_ecb "AES-192-ECB"
#define LN_aes_192_ecb "aes-192-ecb"
...
...
@@ -1942,15 +1942,15 @@
#define NID_aes_192_cbc 423
#define OBJ_aes_192_cbc OBJ_aes,22L
#define SN_aes_192_ofb "AES-192-OFB"
#define LN_aes_192_ofb "aes-192-ofb"
#define NID_aes_192_ofb 424
#define OBJ_aes_192_ofb OBJ_aes,23L
#define SN_aes_192_ofb
128
"AES-192-OFB"
#define LN_aes_192_ofb
128
"aes-192-ofb"
#define NID_aes_192_ofb
128
424
#define OBJ_aes_192_ofb
128
OBJ_aes,23L
#define SN_aes_192_cfb "AES-192-CFB"
#define LN_aes_192_cfb "aes-192-cfb"
#define NID_aes_192_cfb 425
#define OBJ_aes_192_cfb OBJ_aes,24L
#define SN_aes_192_cfb
128
"AES-192-CFB"
#define LN_aes_192_cfb
128
"aes-192-cfb"
#define NID_aes_192_cfb
128
425
#define OBJ_aes_192_cfb
128
OBJ_aes,24L
#define SN_aes_256_ecb "AES-256-ECB"
#define LN_aes_256_ecb "aes-256-ecb"
...
...
@@ -1962,15 +1962,15 @@
#define NID_aes_256_cbc 427
#define OBJ_aes_256_cbc OBJ_aes,42L
#define SN_aes_256_ofb "AES-256-OFB"
#define LN_aes_256_ofb "aes-256-ofb"
#define NID_aes_256_ofb 428
#define OBJ_aes_256_ofb OBJ_aes,43L
#define SN_aes_256_ofb
128
"AES-256-OFB"
#define LN_aes_256_ofb
128
"aes-256-ofb"
#define NID_aes_256_ofb
128
428
#define OBJ_aes_256_ofb
128
OBJ_aes,43L
#define SN_aes_256_cfb "AES-256-CFB"
#define LN_aes_256_cfb "aes-256-cfb"
#define NID_aes_256_cfb 429
#define OBJ_aes_256_cfb OBJ_aes,44L
#define SN_aes_256_cfb
128
"AES-256-CFB"
#define LN_aes_256_cfb
128
"aes-256-cfb"
#define NID_aes_256_cfb
128
429
#define OBJ_aes_256_cfb
128
OBJ_aes,44L
#define SN_hold_instruction_code "holdInstructionCode"
#define LN_hold_instruction_code "Hold Instruction Code"
...
...
crypto/objects/obj_mac.num
浏览文件 @
ab1dee1e
...
...
@@ -417,16 +417,16 @@ ecdsa_with_SHA1 416
ms_csp_name 417
aes_128_ecb 418
aes_128_cbc 419
aes_128_ofb 420
aes_128_cfb 421
aes_128_ofb
128
420
aes_128_cfb
128
421
aes_192_ecb 422
aes_192_cbc 423
aes_192_ofb 424
aes_192_cfb 425
aes_192_ofb
128
424
aes_192_cfb
128
425
aes_256_ecb 426
aes_256_cbc 427
aes_256_ofb 428
aes_256_cfb 429
aes_256_ofb
128
428
aes_256_cfb
128
429
hold_instruction_code 430
hold_instruction_none 431
hold_instruction_call_issuer 432
...
...
crypto/objects/objects.txt
浏览文件 @
ab1dee1e
...
...
@@ -644,17 +644,23 @@ enterprises 1466 344 : dcobject : dcObject
aes 1 : AES-128-ECB : aes-128-ecb
aes 2 : AES-128-CBC : aes-128-cbc
!Cname aes-128-ofb128
aes 3 : AES-128-OFB : aes-128-ofb
!Cname aes-128-cfb128
aes 4 : AES-128-CFB : aes-128-cfb
aes 21 : AES-192-ECB : aes-192-ecb
aes 22 : AES-192-CBC : aes-192-cbc
!Cname aes-192-ofb128
aes 23 : AES-192-OFB : aes-192-ofb
!Cname aes-192-cfb128
aes 24 : AES-192-CFB : aes-192-cfb
aes 41 : AES-256-ECB : aes-256-ecb
aes 42 : AES-256-CBC : aes-256-cbc
!Cname aes-256-ofb128
aes 43 : AES-256-OFB : aes-256-ofb
!Cname aes-256-cfb128
aes 44 : AES-256-CFB : aes-256-cfb
# Hold instruction CRL entry extension
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录