@@ -53,7 +53,7 @@ Add support for OpenSSL 3
5353 test/openssl/fixtures/pkey/garbage.txt | 1 +
5454 test/openssl/test_asn1.rb | 9 +-
5555 test/openssl/test_bn.rb | 114 ++-
56- test/openssl/test_cipher.rb | 23 +-
56+ test/openssl/test_cipher.rb | 21 +-
5757 test/openssl/test_config.rb | 150 +---
5858 test/openssl/test_digest.rb | 2 +-
5959 test/openssl/test_hmac.rb | 14 +
@@ -72,7 +72,7 @@ Add support for OpenSSL 3
7272 test/openssl/test_x509store.rb | 412 ++++++---
7373 test/openssl/ut_eof.rb | 4 +
7474 test/openssl/utils.rb | 52 +-
75- 68 files changed, 5304 insertions(+), 3936 deletions(-)
75+ 68 files changed, 5303 insertions(+), 3935 deletions(-)
7676 create mode 100644 test/openssl/fixtures/pkey/certificate.der
7777 create mode 100644 test/openssl/fixtures/pkey/empty.der
7878 create mode 100644 test/openssl/fixtures/pkey/empty.pem
@@ -10004,7 +10004,7 @@ index 547d334..346602d 100644
1000410004
1000510005 end
1000610006diff --git a/test/openssl/test_cipher.rb b/test/openssl/test_cipher.rb
10007- index 65b36dd..b5fdf0b 100644
10007+ index ef8c4f3..125ea11 100644
1000810008--- a/test/openssl/test_cipher.rb
1000910009+++ b/test/openssl/test_cipher.rb
1001010010@@ -135,25 +135,22 @@ class OpenSSL::TestCipher < OpenSSL::TestCase
@@ -10050,15 +10050,6 @@ index 65b36dd..b5fdf0b 100644
1005010050 end
1005110051 end
1005210052
10053- @@ -214,7 +211,7 @@ class OpenSSL::TestCipher < OpenSSL::TestCase
10054- assert_raise(OpenSSL::Cipher::CipherError) { cipher.update(ct2) }
10055- end if has_cipher?("aes-128-ccm") &&
10056- OpenSSL::Cipher.new("aes-128-ccm").authenticated? &&
10057- - OpenSSL::OPENSSL_VERSION_NUMBER >= 0x10101000 # version >= v1.1.1
10058- + OpenSSL::OPENSSL_VERSION_NUMBER >= 0x1010103f # version >= 1.1.1c
10059-
10060- def test_aes_gcm
10061- # GCM spec Appendix B Test Case 4
1006210053diff --git a/test/openssl/test_config.rb b/test/openssl/test_config.rb
1006310054index e041c1a..24a215a 100644
1006410055--- a/test/openssl/test_config.rb
0 commit comments