ruby/test/openssl
Kazuki Yamaguchi 507b1e4bde
Some checks failed
parse.y / make (check) (push) Failing after 55s
Windows / Windows 11-arm/Visual C++ (btest test-basic test-tool) (push) Waiting to run
Windows / Windows 2022/Visual C++ 2022 (check) (push) Waiting to run
Windows / Windows 2025/Visual C++ 2022 (check) (push) Waiting to run
Windows / Windows 2025/Visual C++ 2022 (test-bundled-gems) (push) Waiting to run
Windows / result (push) Blocked by required conditions
Ubuntu on WSL / wsl (push) Waiting to run
Annocheck / test-annocheck (push) Failing after 56s
Check Dependencies / Dependency checks (push) Failing after 59s
Update default gems list / Update default gems list (push) Has been skipped
CodeQL / Analyze (push) Failing after 55s
Cygwin / make (push) Waiting to run
MinGW / (UCRT64) (push) Waiting to run
BASERUBY Check / BASERUBY (push) Failing after 52s
Misc / Miscellaneous checks (push) Failing after 1m1s
bundled_gems / update (push) Failing after 1m52s
Compilations / omnibus compilations, trigger (push) Failing after 52s
Compilations / omnibus compilations, #4 (push) Has been skipped
Compilations / omnibus compilations, #5 (push) Has been skipped
Compilations / omnibus compilations, #6 (push) Has been skipped
Compilations / omnibus compilations, #7 (push) Has been skipped
parse.y / make (test-bundled-gems) (push) Failing after 55s
WebAssembly / make (map[debugflags: name:O2 optflags:-O2 wasmoptflags:-O2]) (push) Failing after 55s
parse.y / make (test-bundler-parallel) (push) Failing after 56s
Compilations / omnibus compilations, #1 (push) Has been skipped
Compilations / omnibus compilations, #2 (push) Has been skipped
Compilations / omnibus compilations, #3 (push) Has been skipped
Compilations / omnibus compilations, #12 (push) Has been skipped
Compilations / omnibus compilations, #8 (push) Has been skipped
Compilations / omnibus compilations, #9 (push) Has been skipped
Compilations / omnibus compilations, #10 (push) Has been skipped
Compilations / omnibus compilations, #11 (push) Has been skipped
Compilations / omnibus compilations, result (push) Successful in 1m7s
[ruby/openssl] pkey: skip tests using invalid keys in the FIPS mode
In OpenSSL's master branch, importing/loading a key in the FIPS mode
automatically performs a pair-wise consistency check. This breaks tests
for OpenSSL::PKey::EC#check_key and DH#params_ok? as they use
deliberately invalid keys. These methods would not be useful in the
FIPS mode anyway.

Fixes https://github.com/ruby/openssl/issues/926

25ad8f4bdb
2025-08-12 18:08:37 +00:00
..
fixtures/pkey [ruby/openssl] ssl: add post-quantum cryptography (PQC) tests 2025-07-27 12:15:02 +00:00
test_asn1.rb [ruby/openssl] asn1: align UTCTime year range with RFC 5280 2025-07-12 13:25:24 +00:00
test_bn.rb Sync ruby/openssl 2025-06-06 11:11:38 +09:00
test_buffering.rb [ruby/openssl] Refactor buffer usage to only use append_as_bytes 2025-01-14 11:54:47 +00:00
test_cipher.rb [ruby/openssl] cipher: make output buffer String independent 2024-12-22 03:33:03 +09:00
test_config.rb [ruby/openssl] test_config.rb: skip AWS-LC's unsupported features 2025-02-22 15:11:37 +00:00
test_digest.rb [ruby/openssl] digest: correct assert_equal usage in test_sha3 2025-02-27 17:04:32 +00:00
test_engine.rb
test_fips.rb [ruby/openssl] Use ENV["TEST_RUBY_OPENSSL_FIPS_ENABLED"] instead of OpenSSL::OPENSSL_FIPS. 2025-02-27 17:01:57 +00:00
test_hmac.rb
test_kdf.rb [ruby/openssl] Require OpenSSL 1.1.0 or later 2025-01-20 17:12:57 +00:00
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 [ruby/openssl] test/openssl/test_ossl.rb: fix style issues 2025-07-21 14:31:24 +00:00
test_pair.rb [ruby/openssl] Add SSLSocket#readbyte 2024-07-03 08:54:18 +00:00
test_pkcs7.rb [ruby/openssl] pkcs7: make PKCS7#add_recipient actually useful 2025-08-01 12:04:06 +00:00
test_pkcs12.rb [ruby/openssl] test_pkcs12.rb: don't use KEY_EX/SIG with AWS-LC 2025-02-22 15:11:37 +00:00
test_pkey.rb [ruby/openssl] pkey: use EVP_PKEY_new_raw_{private,public}_key_ex() if available 2025-06-25 17:13:11 +00:00
test_pkey_dh.rb [ruby/openssl] pkey: skip tests using invalid keys in the FIPS mode 2025-08-12 18:08:37 +00:00
test_pkey_dsa.rb [ruby/openssl] Move slow tests to OSSL_TEST_ALL=1 only 2025-07-21 14:31:24 +00:00
test_pkey_ec.rb [ruby/openssl] pkey: skip tests using invalid keys in the FIPS mode 2025-08-12 18:08:37 +00:00
test_pkey_rsa.rb [ruby/openssl] Fix the tests using SHA-1 Probabilistic Signature Scheme (PSS) parameters. 2025-04-08 17:46:42 +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: add post-quantum cryptography (PQC) tests 2025-07-27 12:15:02 +00:00
test_ssl_session.rb [ruby/openssl] Move slow tests to OSSL_TEST_ALL=1 only 2025-07-21 14:31:24 +00:00
test_ts.rb [ruby/openssl] test/openssl/test_ts.rb: make assert_raise blocks smaller 2025-07-21 14:31:24 +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] Require OpenSSL 1.1.1 or later 2025-01-21 18:14:14 +00:00
test_x509crl.rb [ruby/openssl] Require OpenSSL 1.1.1 or later 2025-01-21 18:14:14 +00:00
test_x509ext.rb [ruby/openssl] Exact checks with assert_include 2023-10-06 09:45:20 +00:00
test_x509name.rb
test_x509req.rb [ruby/openssl] Require OpenSSL 1.1.1 or later 2025-01-21 18:14:14 +00:00
test_x509store.rb [ruby/openssl] x509store: fix StoreContext#current_cert 2025-07-31 09:45:35 +00:00
ut_eof.rb [ruby/openssl] Add SSLSocket#readbyte 2024-07-03 08:54:18 +00:00
utils.rb [ruby/openssl] ssl: add post-quantum cryptography (PQC) tests 2025-07-27 12:15:02 +00:00