aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-221-0/+39
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-221-0/+32
* use Timeout.timeoutnobu2015-07-131-2/+2
* ext/openssl/ossl_ssl.c: raise if kwargs given in blocking modenormal2015-06-241-0/+14
* use assert_raisenobu2015-06-025-7/+7
* * ext/openssl/lib/openssl/ssl.rb: stricter hostname verificationnagachika2015-04-131-0/+150
* connect_nonblock supports "exception: false"normal2015-04-121-2/+22
* accept_nonblock supports "exception: false"normal2015-03-121-0/+27
* test_cipher.rb: ignore wrap mode errosnobu2015-02-131-4/+1
* test_random.rb: addnobu2015-02-121-0/+16
* test_cipher.rb: show cipher namenobu2015-02-121-1/+4
* test_cipher.rb: OpenSSL 1.0.2nobu2015-02-061-1/+6
* * test/openssl/test_ssl_session.rb (OpenSSL#test_ctx_client_session_cb):hsbt2015-01-021-1/+1
* * test/openssl/test_pkey_ec.rb: ignored tests with old OpenSSL.hsbt2014-12-131-1/+1
* test/openssl: skip old OpenSSLnobu2014-12-1328-28/+29
* revert r48819nobu2014-12-132-25/+17
* test_ocsp.rb: run separatelynobu2014-12-132-17/+25
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-132-2/+0
* * test/openssl: Don't specify port number.akr2014-11-134-42/+33
* * test/openssl/ssl_server.rb: Unused file removed.akr2014-11-132-83/+1
* * test/openssl/utils.rb: The default of :ignore_listener_error isakr2014-11-034-32/+32
* * test/openssl/test_ssl.rb: Don't ignore errors on listener threads,akr2014-11-013-25/+35
* ignore_ssl_accept_error option is changed to ignore_listener_error.akr2014-11-012-6/+9
* start_server refined.akr2014-11-011-46/+42
* * test/openssl/utils.rb (start_server): Don't close sockets beforeakr2014-11-012-19/+25
* * test/openssl/test_ssl_session.rb (test_ctx_client_session_cb): Don'takr2014-11-012-77/+86
* * test/openssl/utils.rb (start_server, server_loop): Use aakr2014-11-011-13/+12
* * test/openssl/test_ssl.rb: Add certificate verification chainheadius2014-10-311-0/+7
* * test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt2014-09-031-2/+2
* * test/openssl/test_ssl_session.rb: fix indent.hsbt2014-08-131-26/+26
* add timeoutnaruse2014-08-111-0/+2
* test_x509req.rb: fix for RHEL7nobu2014-07-231-1/+1
* RHEL7 disables MD5naruse2014-07-232-0/+2
* split assertions into algorithmsnaruse2014-07-222-23/+36
* * test/openssl/test_509cert.rb: force sorted order for order-headius2014-06-231-2/+2
* * test/openssl/test_ssl.rb (OpenSSL::TestSSL#test_verify_result):usa2014-06-031-0/+4
* Suppress warnings.akr2014-06-011-21/+21
* * ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr2014-05-293-22/+58
* Close fds.akr2014-05-281-0/+2
* * ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr2014-05-281-0/+9
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-1/+1
* * test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou2014-05-271-6/+6
* * test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt2014-05-272-4/+12
* * remove trailing spaces.svn2014-05-271-6/+6
* * test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt2014-05-271-0/+141
* * test/openssl/test_hmac.rb (test_binary_update): Added Test forhsbt2014-05-271-0/+9
* * test/openssl: Join threads.akr2014-05-252-5/+17
* * test/openssl/test_partial_record_read.rb: Testing read_nonblock onhsbt2014-05-251-0/+27
* 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