-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/x509: support CSRs #5303
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
Labels
Comments
Probably not for Go 1.2 but may happen at some point. Possibly in the go.crypto subrepo. Owner changed to @agl. |
Recently I've created a PKCS#10 CSR package[0], which we needed to create certificate signing requests. It would be fairly easy to modify the existing code so it can be included in the official crypto/x509 package since it already relies on a lot of unexported code from that package. If there's interest, I can submit a CL after Go 1.2 has been released based on this code. [0] https://github.com/jstemmer/pkcs10 |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by raul.san@sent.com:
The text was updated successfully, but these errors were encountered: