summaryrefslogtreecommitdiff
path: root/test/openssl/test_ssl.rb
AgeCommit message (Expand)Author
2021-07-18[ruby/openssl] Add SSLSocket#getbyteAaron Patterson
2021-07-18[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi
2021-03-16[ruby/openssl] test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi
2021-03-16[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans
2021-03-16[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: fix flaky test caseKazuki Yamaguchi
2020-05-13[ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi
2020-03-21test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh
2020-03-10openssl: sync with upstream repositoryKazuki Yamaguchi
2020-02-17Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallba...Yusuke Endoh
2020-02-17[ruby/openssl] test/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi
2020-02-17test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsvYusuke Endoh
2020-02-16test/openssl/test_ssl.rb: skip a test on OpenSSL 1.1.d or laterYusuke Endoh
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2019-09-26Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...Jeremy Evans
2019-06-06test/openssl: Support OpenSSL 1.1.1Yusuke Endoh
2018-08-08openssl: sync with upstream repositoryrhe
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-11-26openssl: sync with 2475d94517b4rhe
2017-11-25openssl: import v2.1.0.beta2rhe
2017-11-04openssl: pull test case from upstream commit 62af0446569arhe
2017-10-21fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse
2017-09-24openssl: import e72d960db262rhe
2017-09-12openssl: merge test fixes from upstream, part 2rhe
2017-09-03openssl: import v2.1.0.beta1rhe
2017-08-10openssl: import v2.0.5rhe
2017-06-14openssl: import v2.0.4rhe
2016-11-30openssl: import v2.0.0rhe
2016-09-17openssl: really fix test failure on Ubuntu 16.04rhe
2016-09-13openssl: workaround for Ubuntu's patched OpenSSLrhe
2016-09-08openssl: import v2.0.0.beta.2rhe
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-06-07openssl: adjust tests for OpenSSL 1.1.0rhe
2016-06-07openssl: add SSL::SSLContext#security_level{=,}rhe
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-21openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe
2016-04-07test_ssl.rb: skip unsupported ciphersnobu
2016-04-06test_ssl.rb: skip unavailable pkeysnobu
2016-04-04test_get_ephemeral_key: use assert_instance_ofnobu
2016-04-04openssl: Access to ephemeral TLS session keynobu
2016-03-25openssl: fix build when NPN is disabled by OpenSSLnobu
2016-02-19test: use assert_not_*nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-11test_ssl.rb: fix ssl option flags testsnobu
2015-12-09test_ssl.rb: fix ssl option flags testsnobu
2015-11-25test/openssl/test_ssl.rb (test_copy_stream): new testnormal
2015-11-13* ext/openssl/ossl_ssl.c: Merge ruby/openssl@81e1a30zzak