You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beside defining three new OBJECT IDENTIFIERs for the public key and signature HSS-LMS, XMSS, and XMSS^MT, the draft specifies also format of the SubjectPublicKeyInfo.subjectPublicKey field, which is different from the current BouncyCastle's implementation.
In current BC:
SubjectPublicKeyInfo.subjectPublicKey = BitString-Wrap ( OctetString-Wrap( raw public key ) )
In the draft:
SubjectPublicKeyInfo.subjectPublicKey = BitString-Wrap ( raw public key )
The text was updated successfully, but these errors were encountered:
Please consider to add the support of "Use of the HSS and XMSS Hash-Based Signature Algorithms in Internet X.509 Public Key Infrastructure" (https://datatracker.ietf.org/doc/draft-ietf-lamps-x509-shbs/).
Beside defining three new OBJECT IDENTIFIERs for the public key and signature HSS-LMS, XMSS, and XMSS^MT, the draft specifies also format of the SubjectPublicKeyInfo.subjectPublicKey field, which is different from the current BouncyCastle's implementation.
In current BC:
SubjectPublicKeyInfo.subjectPublicKey = BitString-Wrap ( OctetString-Wrap( raw public key ) )
In the draft:
SubjectPublicKeyInfo.subjectPublicKey = BitString-Wrap ( raw public key )
The text was updated successfully, but these errors were encountered: