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

crypto/x509: add support for marshalling PKCS#8 private keys #13487

Closed
AGWA opened this issue Dec 4, 2015 · 2 comments
Closed

crypto/x509: add support for marshalling PKCS#8 private keys #13487

AGWA opened this issue Dec 4, 2015 · 2 comments

Comments

@AGWA
Copy link

AGWA commented Dec 4, 2015

crypto/x509 currently supports parsing PKCS#8 private keys with ParsePKCS8PrivateKey but doesn't provide a way to marshal them. A corresponding MarshalPKCS8PrivateKey function would be handy.

@rsc rsc added this to the Unplanned milestone Dec 28, 2015
@typeless
Copy link

Duplicate of #19972?

@FiloSottile
Copy link
Contributor

Yep, duplicate of #19972 and fixed by 0a1a65c.

@golang golang locked and limited conversation to collaborators Feb 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants