006ea0b16c5882dff08aad03b9f4ea4c9ccd29cf
[openssl.git] / providers / common / der / wrap.asn1
1 -- -------------------------------------------------------------------
2 -- Taken from RFC 3370, Section 4.3.1 Triple-DES Key Wrap
3 -- (https://tools.ietf.org/html/rfc3370)
4
5 id-alg-CMS3DESwrap OBJECT IDENTIFIER ::= {
6     iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 6
7 }
8
9 -- -------------------------------------------------------------------
10 -- Taken from RFC 3394, Section 3. Object Identifiers
11 -- (https://tools.ietf.org/html/rfc3565)
12
13 aes  OBJECT IDENTIFIER  ::=  {
14     joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 1
15 }
16
17 id-aes128-wrap OBJECT IDENTIFIER ::= { aes 5 }
18 id-aes192-wrap OBJECT IDENTIFIER ::= { aes 25 }
19 id-aes256-wrap OBJECT IDENTIFIER ::= { aes 45 }