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: support CSRs #5303

Closed
gopherbot opened this issue Apr 17, 2013 · 10 comments
Closed

crypto/x509: support CSRs #5303

gopherbot opened this issue Apr 17, 2013 · 10 comments

Comments

@gopherbot
Copy link

by raul.san@sent.com:

Request to support the CSRs, when it is possible.

So OpenSSL could be substituted by a Go program using library x509, for the handling of
certificates.
@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 1:

I don't actually know what this means.

Labels changed: added priority-later, go1.2maybe, removed priority-triage.

Status changed to Accepted.

@agl
Copy link
Contributor

agl commented Jul 30, 2013

Comment 2:

Probably not for Go 1.2 but may happen at some point. Possibly in the go.crypto subrepo.

Owner changed to @agl.

@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 3:

Labels changed: added feature.

@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 4:

Labels changed: removed go1.2maybe.

@jstemmer
Copy link
Contributor

Comment 5:

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

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 6:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 7:

Labels changed: removed feature.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 8:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 9:

Labels changed: added repo-main.

@agl
Copy link
Contributor

agl commented Apr 14, 2014

Comment 10:

This landed in the repo some time ago.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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

4 participants