ruby/test/openssl
Alan Wu 7930a352a5 Test out fix for OpenSSL test flakiness
`OpenSSL::TestX509Store#test_verify` has been failing intermittently on
CI about once a day:
  - http://ci.rvm.jp/results/trunk-random2@phosphorus-docker/3121244
  - http://ci.rvm.jp/results/trunk-random1@phosphorus-docker/3117661
  - http://ci.rvm.jp/results/trunk-random1@phosphorus-docker/3111684

According to the test:
 > OpenSSL uses time(2) while Time.now uses clock_gettime(CLOCK_REALTIME),
 > and there may be difference.

This difference is could be the cause for the flaky failures. Let's see
if giving the certificate more room solves the problem.

In any case, I will revert this in a week. I think changes to these
should go to https://github.com/ruby/openssl/?
2020-08-11 12:01:51 -04: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 Test out fix for OpenSSL test flakiness 2020-08-11 12:01:51 -04: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