lamps-wg / dilithium-certificates

I-D that describes the algorithm identifiers for NIST's PQC Dilithium algorithm for use in the Internet X.509 Public Key Infrastructure
Other
6 stars 3 forks source link

Wrong OID used in examples #35

Open randombit opened 1 day ago

randombit commented 1 day ago

The OID for ML-DSA-44 is defined as

      id-ML-DSA-44 OBJECT IDENTIFIER ::= { joint-iso-itu-t(2)
               country(16) us(840) organization(1) gov(101) csor(3)
               nistAlgorithm(4) sigAlgs(3) id-ml-dsa-44(17) }

which is AFAIK correct, however the example public and private keys use 2.16.840.1.101.3.4.17, there should be another arc of 3 right before the trailing 17.

bwesterb commented 1 day ago

Whoops. Fixed in #36