1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/openssl
Kazuki Yamaguchi e19186707a [ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range}
BN_pseudo_rand() and BN_pseudo_rand_range() are deprecated in
OpenSSL 3.0. Since they are identical to their non-'pseudo' version
anyway, let's make them alias.

https://github.com/ruby/openssl/commit/2d34e85ddf
2021-10-25 00:40:48 +09:00
..
fixtures/pkey
test_asn1.rb
test_bn.rb [ruby/openssl] bn: make BN.pseudo_rand{,_range} an alias of BN.rand{,_range} 2021-10-25 00:40:48 +09:00
test_buffering.rb
test_cipher.rb
test_config.rb
test_digest.rb [ruby/openssl] test/openssl/test_digest: do not test constants for legacy algorithms 2021-10-23 13:38:37 +09:00
test_engine.rb
test_fips.rb
test_hmac.rb
test_kdf.rb
test_ns_spki.rb
test_ocsp.rb
test_ossl.rb
test_pair.rb [ruby/openssl] test/openssl/test_ssl: assume ECC support 2021-10-23 13:38:37 +09:00
test_pkcs7.rb
test_pkcs12.rb [ruby/openssl] test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0 2021-10-23 13:38:38 +09:00
test_pkey.rb [ruby/openssl] test/openssl/test_pkey: use EC keys for PKey.generate_parameters tests 2021-10-23 13:38:39 +09:00
test_pkey_dh.rb
test_pkey_dsa.rb
test_pkey_ec.rb [ruby/openssl] test/openssl/test_ssl: assume ECC support 2021-10-23 13:38:37 +09:00
test_pkey_rsa.rb [ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on OpenSSL 3.0 2021-10-23 13:38:39 +09:00
test_random.rb
test_ssl.rb [ruby/openssl] test/openssl/test_ssl: use assert_raise in test_bad_socket 2021-10-23 13:38:40 +09:00
test_ssl_session.rb
test_ts.rb
test_x509attr.rb
test_x509cert.rb
test_x509crl.rb
test_x509ext.rb
test_x509name.rb
test_x509req.rb
test_x509store.rb
ut_eof.rb
utils.rb [ruby/openssl] test/openssl/test_ssl: assume ECC support 2021-10-23 13:38:37 +09:00