aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* refactoring to extract tcp_pair.akr2014-05-071-9/+13
* ossl_pkey.c: fix memory leaknobu2014-04-161-0/+30
* * test/openssl/test_ssl.rb: Reuse TLS default options fromemboss2014-03-071-9/+1
* fix r45274; it change default but doesn't change tests [Bug #9424]naruse2014-03-061-3/+7
* * ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove2014-01-281-0/+18
* openssl/digest.rb: get rid of deprecated classnobu2013-12-101-1/+1
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-031-0/+14
* * test/openssl/test_cipher.rb (test_aes_gcm_wrong_tag): Don't useakr2013-11-141-1/+2
* 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
* * test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.charliesome2013-08-071-2/+2
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-0/+8
* * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss2013-07-071-1/+5
* * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss2013-07-051-13/+13
* * test/openssl/test_x509crl.rb: Remove unused variable.emboss2013-07-051-1/+0
* * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN markedemboss2013-07-051-10/+17