Add new missing CMS OIDs.
This commit is contained in:
parent
efcb7a75fc
commit
a6d4f79f24
File diff suppressed because it is too large
Load Diff
@ -805,6 +805,14 @@
|
||||
#define NID_id_smime_ct_DVCSResponseData 211
|
||||
#define OBJ_id_smime_ct_DVCSResponseData OBJ_id_smime_ct,8L
|
||||
|
||||
#define SN_id_smime_ct_compressedData "id-smime-ct-compressedData"
|
||||
#define NID_id_smime_ct_compressedData 786
|
||||
#define OBJ_id_smime_ct_compressedData OBJ_id_smime_ct,9L
|
||||
|
||||
#define SN_id_ct_asciiTextWithCRLF "id-ct-asciiTextWithCRLF"
|
||||
#define NID_id_ct_asciiTextWithCRLF 787
|
||||
#define OBJ_id_ct_asciiTextWithCRLF OBJ_id_smime_ct,27L
|
||||
|
||||
#define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest"
|
||||
#define NID_id_smime_aa_receiptRequest 212
|
||||
#define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L
|
||||
@ -2352,7 +2360,7 @@
|
||||
#define SN_zlib_compression "ZLIB"
|
||||
#define LN_zlib_compression "zlib compression"
|
||||
#define NID_zlib_compression 125
|
||||
#define OBJ_zlib_compression 1L,1L,1L,1L,666L,2L
|
||||
#define OBJ_zlib_compression OBJ_id_smime_alg,8L
|
||||
|
||||
#define OBJ_csor 2L,16L,840L,1L,101L,3L
|
||||
|
||||
@ -2460,6 +2468,18 @@
|
||||
#define LN_des_ede3_cfb8 "des-ede3-cfb8"
|
||||
#define NID_des_ede3_cfb8 659
|
||||
|
||||
#define SN_id_aes128_wrap "id-aes128-wrap"
|
||||
#define NID_id_aes128_wrap 788
|
||||
#define OBJ_id_aes128_wrap OBJ_aes,5L
|
||||
|
||||
#define SN_id_aes192_wrap "id-aes192-wrap"
|
||||
#define NID_id_aes192_wrap 789
|
||||
#define OBJ_id_aes192_wrap OBJ_aes,25L
|
||||
|
||||
#define SN_id_aes256_wrap "id-aes256-wrap"
|
||||
#define NID_id_aes256_wrap 790
|
||||
#define OBJ_id_aes256_wrap OBJ_aes,45L
|
||||
|
||||
#define OBJ_nist_hashalgs OBJ_nistAlgorithms,2L
|
||||
|
||||
#define SN_sha256 "SHA256"
|
||||
|
@ -783,3 +783,8 @@ id_PasswordBasedMAC 782
|
||||
id_DHBasedMac 783
|
||||
id_it_suppLangTags 784
|
||||
caRepository 785
|
||||
id_smime_ct_compressedData 786
|
||||
id_ct_asciiTextWithCRLF 787
|
||||
id_aes128_wrap 788
|
||||
id_aes192_wrap 789
|
||||
id_aes256_wrap 790
|
||||
|
@ -245,6 +245,8 @@ id-smime-ct 5 : id-smime-ct-TDTInfo
|
||||
id-smime-ct 6 : id-smime-ct-contentInfo
|
||||
id-smime-ct 7 : id-smime-ct-DVCSRequestData
|
||||
id-smime-ct 8 : id-smime-ct-DVCSResponseData
|
||||
id-smime-ct 9 : id-smime-ct-compressedData
|
||||
id-smime-ct 27 : id-ct-asciiTextWithCRLF
|
||||
|
||||
# S/MIME Attributes
|
||||
id-smime-aa 1 : id-smime-aa-receiptRequest
|
||||
@ -778,7 +780,7 @@ mime-mhs-headings 2 : id-hex-multipart-message : id-hex-multipart-message
|
||||
!Cname rle-compression
|
||||
1 1 1 1 666 1 : RLE : run length compression
|
||||
!Cname zlib-compression
|
||||
1 1 1 1 666 2 : ZLIB : zlib compression
|
||||
id-smime-alg 8 : ZLIB : zlib compression
|
||||
|
||||
# AES aka Rijndael
|
||||
|
||||
@ -820,6 +822,10 @@ aes 44 : AES-256-CFB : aes-256-cfb
|
||||
: DES-EDE3-CFB1 : des-ede3-cfb1
|
||||
: DES-EDE3-CFB8 : des-ede3-cfb8
|
||||
|
||||
aes 5 : id-aes128-wrap
|
||||
aes 25 : id-aes192-wrap
|
||||
aes 45 : id-aes256-wrap
|
||||
|
||||
# OIDs for SHA224, SHA256, SHA385 and SHA512, according to x9.84.
|
||||
!Alias nist_hashalgs nistAlgorithms 2
|
||||
nist_hashalgs 1 : SHA256 : sha256
|
||||
|
Loading…
x
Reference in New Issue
Block a user