Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public Key Value of XMSS, XMSSMT, and HSS-LMS #199

Open
xipki opened this issue May 6, 2024 · 1 comment
Open

Public Key Value of XMSS, XMSSMT, and HSS-LMS #199

xipki opened this issue May 6, 2024 · 1 comment

Comments

@xipki
Copy link
Contributor

xipki commented May 6, 2024

As specified in https://datatracker.ietf.org/doc/html/draft-ietf-lamps-x509-shbs-00:

pk-XMSS-HashSig PUBLIC-KEY ::= {
   IDENTIFIER id-alg-xmss-hashsig
   KEY XMSS-HashSig-PublicKey
   PARAMS ARE absent
   CERT-KEY-USAGE
      { digitalSignature, nonRepudiation, keyCertSign, cRLSign } }

XMSS-HashSig-PublicKey ::= OCTET STRING

And here the definition of SubjectPublicKeyInfo in RFC 5280

   SubjectPublicKeyInfo  ::=  SEQUENCE  {
        algorithm            AlgorithmIdentifier,
        subjectPublicKey     BIT STRING  }

Shall the XMSS public key be an OCTET-STRING(public key bytes), or just the "public key bytes"?

This applies also to the XMSS-MT, HSS-LMS.

@gselander
Copy link
Collaborator

draft-ietf-lamps-x509-shbs-00 is an early draft still, leave this open until it has matured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants