aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_pair.rb
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: add SSLContext#set_ecdh_curvesKazuki Yamaguchi2016-05-051-24/+25
* ext/openssl: add SSLContext#security_level, #security_level=Kazuki Yamaguchi2016-05-051-0/+10
* openssl: accept moving write buffer for write_nonblocknormal2016-03-311-0/+29
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * bootstraptest/runner.rb: use safe navigation operator.hsbt2015-12-141-1/+1
* * test/openssl/test_pair.rb: skipped tests if openssl doesn't supporthsbt2015-10-311-0/+6
* openssl/buffering: fix gets on EOF with limitnormal2015-08-011-0/+8
* test_pair.rb: join client threadnobu2015-07-301-7/+7
* test_pair.rb: thread leaknobu2015-07-291-1/+4
* test_pair.rb: thread leaknobu2015-07-291-0/+1
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): supporttenderlove2015-07-251-0/+25
* * test/openssl/test_pair.rb: add a test ensuring that the default DHtenderlove2015-07-251-0/+23
* * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-221-0/+39
* connect_nonblock supports "exception: false"normal2015-04-121-2/+22
* accept_nonblock supports "exception: false"normal2015-03-121-0/+27
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+1
* Close fds.akr2014-05-281-0/+2
* * test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt2014-05-271-2/+6
* * test/openssl: Join threads.akr2014-05-251-2/+7
* refactored to test Socket and TCPSocket/TCPServer more consistently.akr2014-05-071-74/+54
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr2014-05-071-0/+69
* refactoring to extract tcp_pair.akr2014-05-071-9/+13
* wait until the shutdowning message reaches to the servernaruse2013-09-041-0/+2
* * test/openssl/test_pair.rbusa2013-09-031-6/+12
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-6/+57
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-1/+1
* * test/openssl/utils.rbemboss2012-08-281-3/+2
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-0/+2
* refactor load error rescue to the openssl util filetenderlove2010-12-111-5/+1
* Set DH Parameter for SSLContext to clean warnings.naruse2010-12-071-0/+3
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-101-1/+0
* * test: use require_relative.naruse2009-09-121-4/+1
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-211-0/+56
* * ext/openssl/lib/openssl/buffering.rbakr2009-03-201-0/+27
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* select before read_nonblock.akr2009-02-081-0/+1
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr2008-12-311-1/+9
* add a test for OpenSSL::SSL::SSLSocket#read_nonblock.akr2008-12-281-0/+12
* * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr2007-12-151-0/+5
* * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo2005-03-091-190/+2
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-051-0/+332