Skip to content

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