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: Missing MarshalPKCS8PrivateKey #19972

Closed
jameshartig opened this issue Apr 14, 2017 · 3 comments
Closed

crypto/x509: Missing MarshalPKCS8PrivateKey #19972

jameshartig opened this issue Apr 14, 2017 · 3 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@jameshartig
Copy link
Contributor

I posted to golang-nuts without any replies so before I push to gerrit I thought I'd make a bug here first.

There is a x509.ParsePKCS8PrivateKey but there is no x509.MarshalPKCS8PrivateKey, which doesn't seem to match up with the other Parse/Marshal combinations in the x509 package. I've written a Marshal method but I'm curious why it was originally omitted and if I'm missing something.

@gopherbot
Copy link

CL https://golang.org/cl/40730 mentions this issue.

@odeke-em
Copy link
Member

/cc Mr. Crypto @agl

@bradfitz bradfitz added this to the Go1.9Maybe milestone Jun 14, 2017
@bradfitz bradfitz added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 14, 2017
@bradfitz
Copy link
Contributor

Sorry, this slipped through the cracks.

@bradfitz bradfitz modified the milestones: Go1.9Maybe, Go1.10 Jul 20, 2017
@golang golang locked and limited conversation to collaborators Aug 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants