Skip to content

Commit

Permalink
Update Composite-MLKEM-2024.asn
Browse files Browse the repository at this point in the history
Update the OIDs in the ASN.1 module
  • Loading branch information
johngray-dev authored Dec 18, 2024
1 parent fcf69bb commit 2650db1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Composite-MLKEM-2024.asn
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ kema-CompositeKEM {
-- TODO: OID to be replaced by IANA
id-MLKEM768-RSA2048 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 21 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 30 }

pk-MLKEM768-RSA2048 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -118,7 +118,7 @@ kema-MLKEM768-RSA2048 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM768-RSA3072 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 22 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 31 }

pk-MLKEM768-RSA3072 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -135,7 +135,7 @@ kema-MLKEM768-RSA3072 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM768-RSA4096 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 23 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 32 }

pk-MLKEM768-RSA4096 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -151,7 +151,7 @@ kema-MLKEM768-RSA4096 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM768-ECDH-P384 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 25 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 33 }

pk-MLKEM768-ECDH-P384 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -167,7 +167,7 @@ kema-MLKEM768-ECDH-P384 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM768-ECDH-brainpoolP256r1 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 26 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 34 }

pk-MLKEM768-ECDH-brainpoolP256r1 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -183,7 +183,7 @@ kema-MLKEM768-ECDH-brainpoolP256r1 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM768-X25519 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 24 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 35 }

pk-MLKEM768-X25519 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -200,7 +200,7 @@ kema-MLKEM768-X25519 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM1024-ECDH-P384 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 27 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 36 }

pk-MLKEM1024-ECDH-P384 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand All @@ -216,7 +216,7 @@ kema-MLKEM1024-ECDH-P384 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM1024-ECDH-brainpoolP384r1 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 28 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 37 }

pk-MLKEM1024-ECDH-brainpoolP384r1 PUBLIC-KEY ::=
pk-CompositeKEM{
Expand All @@ -232,7 +232,7 @@ kema-MLKEM1024-ECDH-brainpoolP384r1 KEM-ALGORITHM ::=
-- TODO: OID to be replaced by IANA
id-MLKEM1024-X448 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 29 }
entrust(114027) algorithm(80) explicitcomposite(5) kem(2) 38 }

pk-MLKEM1024-X448 PUBLIC-KEY ::=
pk-CompositeKEM {
Expand Down

0 comments on commit 2650db1

Please sign in to comment.