ruby/test/openssl
nagachika b4c893a62c OpenSSL 1.1.1 introduces a new '.include' directive. Update our config
parser to support that.

As mentioned in the referenced GitHub issue, we should use the OpenSSL
API instead of implementing the parsing logic ourselves, but it will
need backwards-incompatible changes which we can't backport to stable
versions. So continue to use the Ruby implementation for now.

References:
  https://github.com/ruby/openssl/issues/208
  https://github.com/ruby/openssl/pull/216

The original patch was written by Kazuki Yamaguchi <k@rhe.jp> and
the patch for ruby_2_7 branch was prepared by Vít Ondruch.
2020-07-11 16:10:41 +09:00
..
fixtures/pkey test/openssl: Support OpenSSL 1.1.1 2019-06-06 14:20:58 +09:00
test_asn1.rb Skip very time consuming test [Bug #16196] 2019-10-10 21:02:45 +09:00
test_bn.rb ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGV 2019-04-10 12:57:39 +00:00
test_buffering.rb
test_cipher.rb openssl: merge changes in v2.1.1 2018-05-12 07:33:53 +00:00
test_config.rb OpenSSL 1.1.1 introduces a new '.include' directive. Update our config 2020-07-11 16:10:41 +09:00
test_digest.rb
test_engine.rb
test_fips.rb
test_hmac.rb
test_kdf.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_ns_spki.rb
test_ocsp.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_pair.rb test/openssl: Support OpenSSL 1.1.1 2019-06-06 14:20:58 +09:00
test_pkcs7.rb openssl: sync with upstream repository 2018-08-08 14:13:53 +00:00
test_pkcs12.rb
test_pkey_dh.rb test/openssl: Support OpenSSL 1.1.1 2019-06-06 14:20:58 +09:00
test_pkey_dsa.rb
test_pkey_ec.rb Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSL 2019-06-06 21:46:36 -07:00
test_pkey_rsa.rb openssl: merge changes in v2.1.1 2018-05-12 07:33:53 +00:00
test_random.rb
test_ssl.rb test/openssl/test_ssl.rb: ignore SSLError when the connection is closed 2020-03-26 22:17:08 +09:00
test_ssl_session.rb openssl: sync with upstream repository 2018-08-08 14:13:53 +00:00
test_x509attr.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_x509cert.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_x509crl.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_x509ext.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_x509name.rb Get rid of false positive misspellings 2019-12-24 10:33:32 +09:00
test_x509req.rb openssl: import v2.1.0.beta2 2017-11-25 14:12:08 +00:00
test_x509store.rb
ut_eof.rb
utils.rb test/openssl/utils.rb: Extend the timeout for armv7l 2019-06-07 23:37:55 +09:00