summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2015-01-02* test/openssl/test_ssl_session.rb (OpenSSL#test_ctx_client_session_cb):hsbt
2014-12-13* test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL.hsbt
2014-12-13test/openssl: skip old OpenSSLnobu
2014-12-13revert r48819nobu
2014-12-13test_ocsp.rb: run separatelynobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-13* test/openssl: Don't specify port number.akr
2014-11-13* test/openssl/ssl_server.rb: Unused file removed.akr
2014-11-03* test/openssl/utils.rb: The default of :ignore_listener_error isakr
2014-11-01* test/openssl/test_ssl.rb: Don't ignore errors on listener threads,akr
2014-11-01ignore_ssl_accept_error option is changed to ignore_listener_error.akr
2014-11-01start_server refined.akr
2014-11-01* test/openssl/utils.rb (start_server): Don't close sockets beforeakr
2014-11-01* test/openssl/test_ssl_session.rb (test_ctx_client_session_cb): Don'takr
2014-11-01* test/openssl/utils.rb (start_server, server_loop): Use aakr
2014-10-31* test/openssl/test_ssl.rb: Add certificate verification chainheadius
2014-09-03* test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt
2014-08-13* test/openssl/test_ssl_session.rb: fix indent.hsbt
2014-08-11add timeoutnaruse
2014-07-23test_x509req.rb: fix for RHEL7nobu
2014-07-23RHEL7 disables MD5naruse
2014-07-22split assertions into algorithmsnaruse
2014-06-23* test/openssl/test_509cert.rb: force sorted order for order-headius
2014-06-03* test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):usa
2014-06-01Suppress warnings.akr
2014-05-29* ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr
2014-05-28Close fds.akr
2014-05-28* ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou
2014-05-27* test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt
2014-05-27* remove trailing spaces.svn
2014-05-27* test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt
2014-05-27* test/openssl/test_hmac.rb (test_binary_update): Added Test forhsbt
2014-05-25* test/openssl: Join threads.akr
2014-05-25* test/openssl/test_partial_record_read.rb: Testing read_nonblock onhsbt
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
2014-04-16ossl_pkey.c: fix memory leaknobu
2014-03-07* test/openssl/test_ssl.rb: Reuse TLS default options fromemboss
2014-03-06fix r45274; it change default but doesn't change tests [Bug #9424]naruse
2014-01-28* ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove
2013-12-10openssl/digest.rb: get rid of deprecated classnobu
2013-12-03* ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain
2013-11-14* test/openssl/test_cipher.rb (test_aes_gcm_wrong_tag): Don't useakr
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-08-07* test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.charliesome