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

PKCS#8 and SPKI support #118

Open
bgrieder opened this issue Oct 28, 2023 · 0 comments
Open

PKCS#8 and SPKI support #118

bgrieder opened this issue Oct 28, 2023 · 0 comments

Comments

@bgrieder
Copy link
Contributor

bgrieder commented Oct 28, 2023

Covercrypt keys should be serializable according to PKCS#8 (DER - RFC 5208 and 5958) to support better interoperability.
The Master Public Key should be serialized in as a SPKI (DER - RFC 5480)

PKCS#8 crate: https://github.com/RustCrypto/formats/tree/master/pkcs8
SPKI crate: https://github.com/RustCrypto/formats/tree/master/spki

This is subject to completing the process of getting an OID (WIP)

@bgrieder bgrieder changed the title PKCS#8 support PKCS#8 and SPKI support Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant