ruby/test/openssl
Kazuki Yamaguchi a61c16ba42 [ruby/openssl] pkey: simplify X25519/Ed25519 test cases
When these test cases were written, we did not know the exact OpenSSL
and LibreSSL version number in which they would be implemented. Now that
we know it, we can use that information to ensure the tests are run
whenever they should be.

 - OpenSSL 1.1.0 added X25519 support
 - OpenSSL 1.1.1 added Ed25519 support and
   EVP_PKEY_new_raw_private_key()
 - LibreSSL 3.7.0 added X25519 and Ed25519 support in EVP_PKEY and
   EVP_PKEY_new_raw_private_key()
 - LibreSSL 3.8.1 allowed ASN1_item_sign() to use Ed25519

6cb6663c91
2025-01-06 17:07:57 +00:00
..
fixtures/pkey [ruby/openssl] pkey/ec: use heredoc for invalid key example in test cases 2025-01-06 17:07:56 +00:00
test_asn1.rb asn1: fix ObjectId#== 2024-11-14 11:21:39 +09:00
test_bn.rb [ruby/openssl] make bn shareable when frozen 2024-11-13 07:25:51 +00:00
test_buffering.rb
test_cipher.rb [ruby/openssl] cipher: make output buffer String independent 2024-12-22 03:33:03 +09:00
test_config.rb [ruby/openssl] make configs shareable when frozen 2024-12-07 07:52:02 +00:00
test_digest.rb [ruby/openssl] Add OpenSSL::Digest.digests to get a list of available digests 2024-04-30 15:05:50 +00:00
test_engine.rb
test_fips.rb
test_hmac.rb
test_kdf.rb
test_ns_spki.rb
test_ocsp.rb [ruby/openssl] test/openssl/test_ocsp.rb: fix flaky test 2024-01-17 17:13:16 +00:00
test_ossl.rb Make optional benchmark test in OpenSSL::OSSL#test_memcmp_timing 2024-08-29 17:37:44 +09:00
test_pair.rb [ruby/openssl] Add SSLSocket#readbyte 2024-07-03 08:54:18 +00:00
test_pkcs7.rb [ruby/openssl] pkcs7: remove default cipher from PKCS7.encrypt 2024-10-31 08:31:16 +00:00
test_pkcs12.rb [ruby/openssl] pkcs12: add PKCS12#set_mac 2024-12-22 03:33:03 +09:00
test_pkey.rb [ruby/openssl] pkey: simplify X25519/Ed25519 test cases 2025-01-06 17:07:57 +00:00
test_pkey_dh.rb Fix test_pkey_dh.rb in FIPS. 2023-11-25 10:12:28 +00:00
test_pkey_dsa.rb [ruby/openssl] test/openssl/test_pkey_dsa.rb: skip all tests in FIPS mode 2024-08-06 06:38:03 +00:00
test_pkey_ec.rb [ruby/openssl] pkey/ec: use heredoc for invalid key example in test cases 2025-01-06 17:07:56 +00:00
test_pkey_rsa.rb [ruby/openssl] pkey: Use openssl generated pkcs8 key instead 2025-01-06 14:04:58 +00:00
test_provider.rb [ruby/openssl] Fix test_provider.rb in FIPS. 2024-09-06 16:58:18 +00:00
test_random.rb
test_ssl.rb [ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_params 2024-12-07 08:15:08 +00:00
test_ssl_session.rb [ruby/openssl] ssl: fix flaky test case test_ctx_client_session_cb_tls13_exception 2024-12-22 03:33:03 +09:00
test_ts.rb [ruby/openssl] Add to_text for PKCS7 and Timestamp::Response 2024-05-08 09:39:13 +00:00
test_x509attr.rb [ruby/openssl] x509attr: avoid using OpenSSL::ASN1 internals in #value= 2024-07-24 16:50:01 +00:00
test_x509cert.rb [ruby/openssl] x509cert: simplify test cases for Certificate.load_file 2025-01-06 17:07:56 +00:00
test_x509crl.rb [ruby/openssl] Support signing CRLs using Ed25519 2024-11-22 17:26:03 +00:00
test_x509ext.rb
test_x509name.rb
test_x509req.rb [ruby/openssl] Support signing requests using Ed25519 2024-11-22 17:26:02 +00:00
test_x509store.rb
ut_eof.rb [ruby/openssl] Add SSLSocket#readbyte 2024-07-03 08:54:18 +00:00
utils.rb [ruby/openssl] x509cert: simplify test cases for Certificate.load_file 2025-01-06 17:07:56 +00:00