You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: