summaryrefslogtreecommitdiffstats
path: root/test/test_ssl.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed inconsistency directory structure with ruby/ruby repoHiroshi SHIBATA2020-02-171-1693/+0
* Revert add_certificate_chain_file changes (#320)Hiroshi SHIBATA2020-02-161-101/+2
* Tests are failing sporadically on Darwin with EPIPE.Samuel Williams2020-02-061-2/+2
* Merge in changes to tests from upstream.Samuel Williams2020-02-061-0/+13
* Prefer `frozen_string_literal: true`.Samuel Williams2020-02-061-3/+3
* rm GC.disable && add {certs,pkey}.unlinkthekuwayama2020-01-251-2/+6
* modify ossl_sslctx_add_certificate_chain_file() to raise Error and to return ...thekuwayama2020-01-251-1/+75
* modify test_add_certificate_chain_file to check ssl.peer_cert and ssl.peer_ce...thekuwayama2020-01-251-2/+23
* Remove out-of-scope test.Samuel Williams2019-12-291-12/+0
* Merge in changes to tests from ruby/test/openssl.Samuel Williams2019-12-291-2/+14
* update SSLSocket.open to match TCPSocket.open method signaturethekuwayama2019-10-311-2/+33
* add SSLSocket.openthekuwayama2019-10-311-11/+15
* add `SSLSocket.open` as alias of `SSLSocket.new`thekuwayama2019-10-311-0/+11
* OpenSSL::TestSSL#test_finished_messages - gracefully close clientMSP-Greg2019-10-271-2/+4
* add client_finished, client_peer_finishedthekuwayama2019-10-271-3/+7
* Add test verifying client/server finished_messagesMo Morsi2019-10-081-0/+17
* Add certificate chain file test.Samuel Williams2019-06-131-0/+5
* test/test_ssl.rb: Use TLS1.2Yusuke Endoh2019-06-051-0/+5
* test/test_ssl.rb: Use larger keysYusuke Endoh2019-06-051-1/+1
* Merge pull request #217 from rhenium/ky/test-fixtures-updateYusuke Endoh2019-06-051-5/+6
|\
| * test: use larger keys for SSL testsky/test-fixtures-updateKazuki Yamaguchi2018-08-161-5/+6
* | Add `SSLSocket#fileno` and `SSLServer#fileno`. Fixes #198.Samuel Williams2019-03-311-0/+14
* | Merge branch 'maint'Kazuki Yamaguchi2018-08-081-16/+42
|\ \
| * | Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-08-081-16/+42
| |\|
| | * test/test_ssl: fix test failure with TLS 1.3ky/openssl-1.1.1-part2Kazuki Yamaguchi2018-08-061-15/+30
* | | Correctly verify abbreviated IPv6 SANsBrian Cunnie2018-02-061-1/+5
|/ /
* | Merge branch 'ky/fix-ssl-test-internal-encoding'Kazuki Yamaguchi2017-12-141-4/+6
|\ \
| * | Fix test-all tests to avoid creating report_on_exception warningsky/fix-ssl-test-internal-encodingeregon2017-12-141-4/+6
* | | Merge branch 'ky/fix-ssl-test-internal-encoding'Kazuki Yamaguchi2017-11-261-9/+6
|\| |
| * | test/test_ssl: prevent changing default internal encodingKazuki Yamaguchi2017-11-261-9/+6
* | | Merge branch 'ky/ssl-add-certificate'Kazuki Yamaguchi2017-11-221-5/+99
|\ \ \ | |/ / |/| |
| * | test/test_ssl: fix test_security_levelky/ssl-add-certificateKazuki Yamaguchi2017-11-221-5/+18
| * | ssl: add SSLContext#add_certificateKazuki Yamaguchi2017-11-221-0/+81
* | | TLS Fallback Signaling Cipher Suite Valueaeris2017-11-031-0/+53
* | | Merge branch 'ky/ssl-version-min-max'Kazuki Yamaguchi2017-10-221-0/+18
|\ \ \ | |/ / |/| |
| * | ssl: fix conflict of options in SSLContext#set_paramsky/ssl-version-min-maxKazuki Yamaguchi2017-10-221-0/+18
* | | Merge branch 'maint'Kazuki Yamaguchi2017-09-241-0/+8
|\ \ \ | |/ / |/| / | |/
| * test/test_ssl: do not run NPN tests for LibreSSL >= 2.6.1Kazuki Yamaguchi2017-09-091-0/+5
| * test/test_ssl: skip tmp_ecdh_callback test for LibreSSL >= 2.6.1Kazuki Yamaguchi2017-09-091-0/+2
| * test/test_ssl: suppress warning in test_alpn_protocol_selection_cancelKazuki Yamaguchi2017-09-081-0/+1
* | ssl: rework SSLContext#ssl_version=Kazuki Yamaguchi2017-09-031-0/+11
* | ssl: add SSLContext#min_version= and #max_version=Kazuki Yamaguchi2017-09-031-76/+175
* | Merge branch 'maint'Kazuki Yamaguchi2017-08-261-237/+194
|\|
| * test/test_ssl: explicitly accept TLS 1.1 in corresponding testAntonio Terceiro2017-08-261-1/+2
| * test/test_pair, test/test_ssl: fix for TLS 1.3ky/maint-fix-test-with-tls13Kazuki Yamaguchi2017-08-241-118/+91
| * test/test_ssl: move test_multibyte_read_write to test_pairKazuki Yamaguchi2017-08-241-24/+0
| * test/test_ssl: remove test_invalid_shutdown_by_gcKazuki Yamaguchi2017-08-241-14/+0
| * test/utils: add OpenSSL::TestUtils.openssl? and .libressl?Kazuki Yamaguchi2017-08-241-4/+3
| * test/utils: let server_loop close socketKazuki Yamaguchi2017-08-241-14/+8
| * test/utils: do not set ecdh_curves in start_serverKazuki Yamaguchi2017-08-241-23/+47