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 bd3508d commit c7edb0aCopy full SHA for c7edb0a
test/openssl/test_cipher.rb
@@ -214,7 +214,7 @@ def test_aes_ccm
214
assert_raise(OpenSSL::Cipher::CipherError) { cipher.update(ct2) }
215
end if has_cipher?("aes-128-ccm") &&
216
OpenSSL::Cipher.new("aes-128-ccm").authenticated? &&
217
- OpenSSL::OPENSSL_VERSION_NUMBER >= 0x10101000 # version >= v1.1.1
+ OpenSSL::OPENSSL_VERSION_NUMBER >= 0x1010103f # version >= 1.1.1c
218
219
def test_aes_gcm
220
# GCM spec Appendix B Test Case 4
0 commit comments