Skip to content

Commit

Permalink
Updated ASN.1 module to change id-MLDSA65-ECDSA-P256-SHA512 to P384
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth committed Sep 26, 2024
1 parent 83ac90e commit 6950d8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Composite-MLDSA-2024.asn
Original file line number Diff line number Diff line change
Expand Up @@ -258,18 +258,18 @@ sa-MLDSA65-RSA4096-PKCS15-SHA512 SIGNATURE-ALGORITHM ::=
pk-MLDSA65-RSA4096-PKCS15-SHA512 }

-- TODO: OID to be replaced by IANA
id-MLDSA65-ECDSA-P256-SHA512 OBJECT IDENTIFIER ::= {
id-MLDSA65-ECDSA-P384-SHA512 OBJECT IDENTIFIER ::= {
joint-iso-itu-t(2) country(16) us(840) organization(1)
entrust(114027) algorithm(80) composite(8) signature(1) 28 }

pk-MLDSA65-ECDSA-P256-SHA512 PUBLIC-KEY ::=
pk-CompositeSignature{ id-MLDSA65-ECDSA-P256-SHA512,
pk-MLDSA65-ECDSA-P384-SHA512 PUBLIC-KEY ::=
pk-CompositeSignature{ id-MLDSA65-ECDSA-P384-SHA512,
EcCompositeSignaturePublicKey}

sa-MLDSA65-ECDSA-P256-SHA512 SIGNATURE-ALGORITHM ::=
sa-CompositeSignature{
id-MLDSA65-ECDSA-P256-SHA512,
pk-MLDSA65-ECDSA-P256-SHA512 }
id-MLDSA65-ECDSA-P384-SHA512,
pk-MLDSA65-ECDSA-P384-SHA512 }


-- TODO: OID to be replaced by IANA
Expand Down

0 comments on commit 6950d8e

Please sign in to comment.