We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c732387 commit ca03c9cCopy full SHA for ca03c9c
test/openssl/test_pkey_rsa.rb
@@ -11,7 +11,7 @@ def test_no_private_exp
11
key.set_factors(rsa.p, rsa.q)
12
assert_raise(OpenSSL::PKey::RSAError){ key.private_encrypt("foo") }
13
assert_raise(OpenSSL::PKey::RSAError){ key.private_decrypt("foo") }
14
- end
+ end if !openssl?(3, 0, 0) # Impossible state in OpenSSL 3.0
15
16
def test_private
17
# Generated by key size and public exponent
0 commit comments