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 cc26638cae [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_file
Let's revert the changes for now, as it cannot be included in the 2.2.0
release.

My comment on #257:

> A blocker is OpenSSL::SSL::SSLContext#add_certificate_chain_file. It
> has a pending change and I don't want to include it in an incomplete
> state.
>
> The initial implementation in commit 46e4bdba40c5 was not really
> useful. The issue is described in #305. #309 extended it
> to take the corresponding private key together. However, the new
> implementation was incompatible on Windows and was reverted by #320 to
> the initial one.
>
> (The prerequisite to implement it in) an alternative way is #288, and
> it's still cooking.

This effectively reverts the following commits:

 - dacd08937ccd ("ssl: suppress test failure with SSLContext#add_certificate_chain_file", 2020-03-09)
 - 46e4bdba40c5 ("Add support for SSL_CTX_use_certificate_chain_file. Fixes #254.", 2019-06-13)

https://github.com/ruby/openssl/commit/ea925619a9
2020-05-13 15:47:51 +09:00
..
fixtures/pkey openssl: sync with upstream repository 2020-03-10 17:41:01 +09:00
test_asn1.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_bn.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_buffering.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_cipher.rb [ruby/openssl] Look up cipher by name instead of constant 2020-05-13 15:47:51 +09:00
test_config.rb openssl: sync with upstream repository 2020-03-10 17:41:01 +09:00
test_digest.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_engine.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_fips.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_hmac.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_kdf.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_ns_spki.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_ocsp.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_ossl.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_pair.rb openssl: sync with upstream repository 2020-03-10 17:41:01 +09:00
test_pkcs7.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_pkcs12.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_pkey.rb [ruby/openssl] pkey: add PKey#inspect and #oid 2020-05-13 15:47:51 +09:00
test_pkey_dh.rb [ruby/openssl] Add Marshal support to PKey objects 2020-05-13 15:47:51 +09:00
test_pkey_dsa.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_pkey_ec.rb [ruby/openssl] Add Marshal support to PKey objects 2020-05-13 15:47:51 +09:00
test_pkey_rsa.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_random.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_ssl.rb [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_file 2020-05-13 15:47:51 +09:00
test_ssl_session.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_ts.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_x509attr.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_x509cert.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_x509crl.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_x509ext.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
test_x509name.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_x509req.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
test_x509store.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00
ut_eof.rb Import openssl-2.2.0 (#2693) 2020-02-16 15:21:29 +09:00
utils.rb [ruby/openssl] Look up digest by name instead of constant 2020-05-13 15:47:51 +09:00