-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Define raw public key #313
Conversation
It's SubjectPublicKeyInfo from RFC5280. Haven't checked but we should have that defined somewhere already - I am pretty sure, because it's what we use for PSA/CCA |
The corim spec and the TCG endorsement spec clarifies it as a PEM encoded SubjectPublicKeyInfo and points to Section 13 in RFC7468. |
It would be helpful to file an issue before creating a PR so that there is opportunity to explore the problem a bit and to determine what/if a PR is needed. |
c55b9c9
to
b9a57c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Raw still needs an encoding. Taking this to mean the RawPublicKey encoding defined in TLS 1.3.
Add tagged-bytes for any identifier in a RFC5280 Subject Key Identifier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll come back to the use of normative language here via #317
Raw still needs an encoding. Taking this to mean the RawPublicKey encoding defined in TLS 1.3.