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

add x509util package #45

Merged
merged 2 commits into from
Jul 9, 2017
Merged

add x509util package #45

merged 2 commits into from
Jul 9, 2017

Conversation

groob
Copy link
Member

@groob groob commented Jul 9, 2017

x509util.CreateCertificateRequest wraps x509.CreateCertificateRequest and adds
support for challengePassword attribute.

Adding a new attribute means re-signing the whole CSR, which means importing
private methods and types from the x509 package. I hope to eventually submit a CL to the stdlib.

Go Issue: golang/go#15995

@groob groob force-pushed the x509_util branch 2 times, most recently from 9b56863 to 56f38fa Compare July 9, 2017 15:42
groob added 2 commits July 9, 2017 12:59
x509util.CreateCertificateRequest wraps x509.CreateCertificateRequest and adds
support for challengePassword attribute.

Adding a new attribute means re-signing the whole CSR, which means importing
private methods and types from the x509 package.  I hope to eventually submit a CL to the stdlib.

Go Issue: golang/go#15995

For micromdm#44.
For micromdm#22.
@groob groob merged commit 080ded8 into micromdm:master Jul 9, 2017
@groob groob deleted the x509_util branch July 9, 2017 17:01
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

Successfully merging this pull request may close these issues.

1 participant