-
Notifications
You must be signed in to change notification settings - Fork 50
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
Missing NULL in x509 RSA certs #39
Comments
joyent-automation
pushed a commit
that referenced
this issue
Dec 14, 2017
Reviewed by: Cody Peter Mello <[email protected]> Approved by: Cody Peter Mello <[email protected]>
+1 thanks |
This was referenced Oct 10, 2018
This was referenced Apr 12, 2019
This was referenced May 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
x509 RSA certs should have a NULL after the algorithm OID for backwards compat reasons. The output we're producing is valid but may be unparseable by some ancient certificate parsers -- and also, it means we can produce mismatched output when signing some certificates.
The text was updated successfully, but these errors were encountered: