summaryrefslogtreecommitdiff
path: root/test/openssl/test_pair.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14* bootstraptest/runner.rb: use safe navigation operator.hsbt
2015-10-31* test/openssl/test_pair.rb: skipped tests if openssl doesn't supporthsbt
2015-08-01openssl/buffering: fix gets on EOF with limitnormal
2015-07-30test_pair.rb: join client threadnobu
2015-07-29test_pair.rb: thread leaknobu
2015-07-29test_pair.rb: thread leaknobu
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): supporttenderlove
2015-07-25* test/openssl/test_pair.rb: add a test ensuring that the default DHtenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove
2015-04-12connect_nonblock supports "exception: false"normal
2015-03-12accept_nonblock supports "exception: false"normal
2014-12-13test/openssl: skip old OpenSSLnobu
2014-05-28Close fds.akr
2014-05-27* test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt
2014-05-25* test/openssl: Join threads.akr
2014-05-07refactored to test Socket and TCPSocket/TCPServer more consistently.akr
2014-05-07* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr
2014-05-07refactoring to extract tcp_pair.akr
2013-09-04wait until the shutdowning message reaches to the servernaruse
2013-09-03* test/openssl/test_pair.rbusa
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-04-08Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius
2012-08-28* test/openssl/utils.rbemboss
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2010-12-11refactor load error rescue to the openssl util filetenderlove
2010-12-07Set DH Parameter for SSLContext to clean warnings.naruse
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2009-09-12* test: use require_relative.naruse
2009-03-21* ext/openssl/ossl_ssl.c (write_would_block): defined.akr
2009-03-20* ext/openssl/lib/openssl/buffering.rbakr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-08select before read_nonblock.akr
2008-12-31* ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr
2008-12-28add a test for OpenSSL::SSL::SSLSocket#read_nonblock.akr
2007-12-15* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr
2005-03-09* ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo
2005-03-05* ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo