-
Notifications
You must be signed in to change notification settings - Fork 172
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
Invalid CSR versions set in regress tests #734
Comments
I suspect that this would fix it master...job:ruby-openssl:master |
Do you want to submit a PR? |
This was referenced Apr 24, 2024
nevans
added a commit
to nevans/eventmachine
that referenced
this issue
Feb 12, 2025
nevans
added a commit
to nevans/eventmachine
that referenced
this issue
Feb 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like OpenSSL are about to merge a PR that disallows setting any version but 'version 1' (encoded as
0
) in CSRs, because that's the only version specified, see RFC 2986, section 4.1.This will break at least two regress tests because of:
openssl/test/openssl/test_x509req.rb
Line 43 in a8caa63
and
openssl/test/openssl/test_x509req.rb
Line 109 in a8caa63
for the second I suggest you find a different way of modifying the CSR.
The text was updated successfully, but these errors were encountered: