Question regarding OID of MLDSA Key PEM file (PKCS#8). #2169
Replies: 1 comment
-
I checked the issue and it turned out I had the OID value wrong. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am new to quantum computing.
I generated the MLDSA 65 Key using openssl and oqsprovider as below.
Using ASN1 Parse, the output is as follows.
What I'm curious about is the part corresponding to "2.16.840.1.101.3.4.3.18".
I know this as algorithm OBJECT IDENTIFIER.
2.16.840.1.101.3.4.3.18 seems to be the OID of SHAKE256.
I expected the OID of MLDSA65 to be "1.3.6.1.4.1.2.267.7.6.5", but I wonder why the OID of SHAKE256 is entered.
Similarly, after generating the key of mldsa44 and checking the OID, it is SHAKE128(2.16.840.1.101.3.4.3.17).
Did I do something wrong?
Or is there another reason?
BR,
Beta Was this translation helpful? Give feedback.
All reactions