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
rhe 95dbfe0dfc openssl: import fixes from upstream
Import the following two commits from upstream:

  commit 72126d6c8b88abd69c3565fc3bbbd5ed1e401611
  Author: Kazuki Yamaguchi <k@rhe.jp>
  Date:   Thu Dec 1 22:27:03 2016 +0900

      pkey: check existence of EVP_PKEY_get0()

      EVP_PKEY_get0() did not exist in early OpenSSL 0.9.8 series. So define
      ourselves if needed.

  commit 94a1c4e0c5705ad1e9a4ca08cacaa6cba8b1e6f5
  Author: Kazuki Yamaguchi <k@rhe.jp>
  Date:   Thu Dec 1 22:13:22 2016 +0900

      test/test_cipher: fix test with OpenSSL 1.0.1 before 1.0.1d

      Set the authentication tag before the AAD when decrypting.

      Before OpenSSL commit 96f7fafa2431 ("Don't require tag before ciphertext
      in AESGCM mode", 2012-10-16, at OpenSSL_1_0_1-stable branch, included in
      OpenSSL 1.0.1d), the authentication tag must be set before any calls of
      EVP_CipherUpdate().

They should fix build on CentOS 5 and Ubuntu 12.04 respectively.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-12-01 04:42:10 +00:00
..
test_asn1.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_bn.rb
test_buffering.rb
test_cipher.rb openssl: import fixes from upstream 2016-12-01 04:42:10 +00:00
test_config.rb import Ruby/OpenSSL 2.0.0.beta.1 2016-08-29 05:47:09 +00:00
test_digest.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_engine.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_fips.rb
test_hmac.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_ns_spki.rb
test_ocsp.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_pair.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_pkcs5.rb
test_pkcs7.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_pkcs12.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_pkey.rb import Ruby/OpenSSL 2.0.0.beta.1 2016-08-29 05:47:09 +00:00
test_pkey_dh.rb import Ruby/OpenSSL 2.0.0.beta.1 2016-08-29 05:47:09 +00:00
test_pkey_dsa.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_pkey_ec.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_pkey_rsa.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_random.rb
test_ssl.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_ssl_session.rb openssl: import v2.0.0.beta.2 2016-09-08 01:09:19 +00:00
test_x509attr.rb import Ruby/OpenSSL 2.0.0.beta.1 2016-08-29 05:47:09 +00:00
test_x509cert.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_x509crl.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_x509ext.rb import Ruby/OpenSSL 2.0.0.beta.1 2016-08-29 05:47:09 +00:00
test_x509name.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
test_x509req.rb import Ruby/OpenSSL 2.0.0.beta.1 2016-08-29 05:47:09 +00:00
test_x509store.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00
ut_eof.rb openssl/ut_eof.rb: rename TestEOF 2016-11-05 07:10:05 +00:00
utils.rb openssl: import v2.0.0 2016-11-30 14:41:46 +00:00