summaryrefslogtreecommitdiff
path: root/test/openssl/test_ssl.rb
AgeCommit message (Expand)Author
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
2015-08-29* ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 supporttenderlove
2015-08-19* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add OP_ALL totenderlove
2015-08-15ossl_ssl.c: check SSL method namenobu
2015-08-15use assert_raisenobu
2015-08-11* test/openssl/test_ssl.rb: Fix LocalJumpErrors being raisedhsbt
2015-08-01* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): Implementtenderlove
2015-07-27* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): raise a moretenderlove
2015-07-27commit missusa
2015-07-26* ext/openssl/ossl_ssl.c (ossl_call_servername_cb): set the ssl contexttenderlove
2015-07-26* test/openssl/test_ssl.rb (class OpenSSL): add test coverage aroundtenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove
2015-06-24ext/openssl/ossl_ssl.c: raise if kwargs given in blocking modenormal