aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ssl.rb
Commit message (Expand)AuthorAgeFilesLines
* ssl: add verify_hostname option to SSLContexttopic/ssl-verify-hostnameKazuki Yamaguchi2016-07-231-0/+47
* test/test_ssl: avoid SSLContext#set_params where not requiredKazuki Yamaguchi2016-07-231-19/+16
* Merge changes from Ruby trunk r55224..r55335Kazuki Yamaguchi2016-06-091-1/+29
|\
| * openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-091-1/+13
| * openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-091-0/+16
|/
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-4/+2
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-311-0/+22
* test_ssl.rb: skip unsupported ciphersnobu2016-05-311-1/+6
* test_ssl.rb: skip unavailable pkeysnobu2016-05-311-2/+3
* test_get_ephemeral_key: use assert_instance_ofnobu2016-05-311-1/+1
* openssl: Access to ephemeral TLS session keynobu2016-05-311-0/+23
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-05-311-1/+3
* test: use assert_not_*nobu2016-05-311-1/+1
* Merge ruby/ruby@a50ba967793b7fe107a6c38e00019d72740871b6 and ruby/ruby@4973ef...Zachary Scott2016-02-021-3/+3
* Upstream ruby/ruby@14920f93c94ed9dd0dc30892df8d10d5c47d6308Zachary Scott2016-02-021-0/+14
* Sync trunkZachary Scott2016-02-021-0/+1
* Skip anon cipher test if constant is unavailable, as with OpenSSL < 1.2Zachary Scott2015-11-131-1/+1
* assert_raise_with_message won't work outside trunkZachary Scott2015-09-231-1/+1
* Sync with ruby trunkZachary Scott2015-09-231-3/+239
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-221-0/+32
* Stricter hostname verification following RFC 6125.Tony Arcieri2015-04-091-0/+150
* use pend instead of skipSHIBATA Hiroshi2015-02-091-1/+1
* Sync tests with trunkZachary Scott2015-01-061-1/+1
* use pend instead of skipSHIBATA Hiroshi2015-01-061-1/+1
* Sync tests with trunkZachary Scott2015-01-061-27/+43
* use pend instead of skipSHIBATA Hiroshi2014-10-291-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+753