summaryrefslogtreecommitdiff
path: root/test/openssl/test_pair.rb
AgeCommit message (Expand)Author
2024-01-13[ruby/openssl] Add support for `gets(chomp: true)`.Samuel Williams
2022-12-23[ruby/openssl] test/openssl/test_ssl.rb: do not run SSL tests if not availableKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi
2020-03-10openssl: sync with upstream repositoryKazuki Yamaguchi
2020-02-23Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2019-06-06test/openssl: Support OpenSSL 1.1.1Yusuke Endoh
2017-11-25openssl: import v2.1.0.beta2rhe
2017-09-24openssl: import e72d960db262rhe
2017-09-12openssl: merge test fixes from upstream, part 2rhe
2017-09-05openssl: merge test fixes from upstreamrhe
2017-09-03openssl: import v2.1.0.beta1rhe
2016-12-10openssl: import v2.0.1rhe
2016-11-30openssl: import v2.0.0rhe
2016-11-05openssl/ut_eof.rb: rename TestEOFnobu
2016-09-08openssl: import v2.0.0.beta.2rhe
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-08-06openssl: avoid undefined behavior on empty SSL_writenormal
2016-07-26test: use assert_includenobu
2016-06-09openssl: fix build with OPENSSL_NO_ECrhe
2016-06-07openssl: adjust tests for OpenSSL 1.1.0rhe
2016-05-30openssl: fix test failure on Fedora 23rhe
2016-05-30openssl: add SSLContext#ecdh_curves=rhe
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-03-31openssl: accept moving write buffer for write_nonblocknormal
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