aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/openssl/lib/openssl/ssl.rb (verify_certificate_identity): fixnagachika2013-06-271-0/+22
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum.naruse2013-04-251-5/+30
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-14/+12
* * test/openssl/test_cipher.rb: Correct a typonaruse2013-04-181-3/+3
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-0/+27
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-1/+1
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-031-0/+4
* fix typo: s/@ca_cert/@cacert/naruse2013-04-021-1/+1
* Suppress warning: OpenSSL::X509::StoreContext#cleanup is deprecated with no r...naruse2013-03-231-1/+4
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-202-46/+6
* * remove trailing spaces.nobu2012-12-201-1/+1