aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pair.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #217 from rhenium/ky/test-fixtures-updateYusuke Endoh2019-06-051-33/+26
|\
| * test: use larger keys for SSL testsky/test-fixtures-updateKazuki Yamaguchi2018-08-161-4/+4
| * test/test_pair: fix deadlock in test_connect_accept_nonblockKazuki Yamaguchi2018-08-161-29/+22
* | buffering: let #write accept multiple argumentsky/ssl-write-multiKazuki Yamaguchi2017-10-231-0/+9
* | Merge branch 'maint'Kazuki Yamaguchi2017-09-241-29/+52
|\|
| * ssl: prevent SSLSocket#sysread* from leaking uninitialized dataky/ssl-read-fix-leak-uninitializedKazuki Yamaguchi2017-09-231-0/+24
| * test/test_pair: replace sleep with IO.selectKazuki Yamaguchi2017-09-231-2/+2
| * test/test_pair: disable compressionKazuki Yamaguchi2017-09-081-0/+1
| * test/test_pair: fix test_write_nonblock{,_no_exceptions}ky/fix-test-pair-write-nonblockKazuki Yamaguchi2017-09-041-30/+28
* | Merge branch 'maint'Kazuki Yamaguchi2017-08-261-60/+69
|\|
| * test/test_pair, test/test_ssl: fix for TLS 1.3ky/maint-fix-test-with-tls13Kazuki Yamaguchi2017-08-241-58/+44
| * test/test_ssl: move test_multibyte_read_write to test_pairKazuki Yamaguchi2017-08-241-0/+21
| * test: fix formattingKazuki Yamaguchi2017-08-241-3/+1
| * Backport "Merge branch 'topic/test-memory-leak'" to maintKazuki Yamaguchi2017-08-241-3/+3
* | test: prepare test PKey instances on demandKazuki Yamaguchi2017-01-171-3/+3
* | Remove support for OpenSSL 0.9.8 and 1.0.0topic/drop-openssl-098-and-100Kazuki Yamaguchi2016-12-221-4/+0
|/
* test/test_pair: make TestPairM#test_write_nonblock_retry fasterKazuki Yamaguchi2016-12-051-1/+1
* openssl/ut_eof.rb: rename TestEOFnobu2016-11-301-4/+4
* test/test_pair: revert workaround added by r42790Kazuki Yamaguchi2016-10-241-12/+6
* test/test_pair: extract IO-like methods tests from test_ssl.rbKazuki Yamaguchi2016-09-071-1/+15
* test/test_ssl: move DH and ECDH tests from test_pair.rbKazuki Yamaguchi2016-09-071-141/+0
* test: move test_partial_record_read into test_pair.rbKazuki Yamaguchi2016-08-281-0/+10
* openssl: avoid undefined behavior on empty SSL_writenormal2016-08-071-0/+11
* test: use assert_includenobu2016-07-281-2/+2
* Suppress warnings in testsKazuki Yamaguchi2016-07-101-9/+9
* Merge changes from Ruby trunk r55335..r55457Kazuki Yamaguchi2016-06-191-1/+6
|\
| * openssl: fix build with OPENSSL_NO_ECrhe2016-06-191-1/+6
|/
* Merge changes from Ruby trunk r55224..r55335Kazuki Yamaguchi2016-06-091-1/+16
|\
| * openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-091-0/+15
|/
* openssl: fix test failure on Fedora 23rhe2016-05-311-1/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-311-28/+59
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-6/+6
* openssl: accept moving write buffer for write_nonblocknormal2016-05-311-0/+29
* We can remove this condition since we don't support/test Ruby < 2.3Zachary Scott2016-02-021-1/+1
* Merge ruby/ruby@6cf568f4b56dcafc5c0fe84df2c0d2491fb0c62bZachary Scott2016-02-021-1/+1
* Sync trunkZachary Scott2016-02-021-0/+1
* Merge trunk upstreamZachary Scott2015-11-131-0/+6
* Sync with ruby trunkZachary Scott2015-09-231-36/+94
* Skip this test if openssl was compiled without tmp_ecdh_callbackZachary Scott2015-07-221-32/+34
* * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-221-0/+39
* Don't run this test on Ruby 2.2Zachary Scott2015-06-031-1/+1
* Upstream ruby/ruby@c18df6d87cb1a26f596218beb8099c709e30aaf4Zachary Scott2015-06-031-2/+22
* Upstream test from ruby/ruby@aaf2d07Zachary Scott2015-06-031-0/+27
* Update location of ut_eof from trunkZachary Scott2015-01-231-1/+1
* Sync tests with trunkZachary Scott2015-01-061-1/+1
* ut_eof is already in test directoryZachary Scott2015-01-061-1/+1
* Sync tests with trunkZachary Scott2015-01-061-2/+2
* rake test works now.SHIBATA Hiroshi2014-10-271-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+372