aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* openssl: pull test case from upstream commit 62af0446569arhe2017-11-041-23/+14
* openssl: merge test fix from upstreamrhe2017-10-211-18/+40
* fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse2017-10-211-0/+27
* openssl: import e72d960db262rhe2017-09-243-22/+49
* openssl: merge test fixes from upstream, part 2rhe2017-09-122-0/+2
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-0/+1
* openssl: merge test fixes from upstreamrhe2017-09-053-41/+51
* openssl: import v2.1.0.beta1rhe2017-09-0339-1613/+2072
* openssl: import v2.0.5rhe2017-08-104-7/+25
* openssl: import v2.0.4rhe2017-06-143-2/+26
* openssl: avoid segfault during running tests on Ubuntu trustyrhe2017-03-011-1/+1
* openssl: import v2.0.3rhe2017-01-312-0/+17
* openssl: import v2.0.1rhe2016-12-1017-50/+32
* openssl: import fixes from upstreamrhe2016-12-011-8/+8
* openssl: import v2.0.0rhe2016-11-3018-643/+552
* openssl/ut_eof.rb: rename TestEOFnobu2016-11-052-5/+5
* openssl: really fix test failure on Ubuntu 16.04rhe2016-09-171-2/+2
* openssl: workaround for Ubuntu's patched OpenSSLrhe2016-09-131-2/+5
* openssl: import v2.0.0.beta.2rhe2016-09-085-547/+433
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-2922-848/+1159
* openssl: avoid undefined behavior on empty SSL_writenormal2016-08-061-0/+11
* test: use assert_includenobu2016-07-261-2/+2
* Refine assertionnobu2016-06-251-1/+1
* openssl: ignore test failure caused by LibreSSL bugrhe2016-06-251-1/+13
* openssl: add OpenSSL::OCSP::SingleResponserhe2016-06-191-0/+52
* openssl: implement initialize_copy for OpenSSL::OCSP::*rhe2016-06-191-0/+28
* openssl: implement initialize_copy method for PKey classesrhe2016-06-194-0/+49
* openssl: avoid test crash on Ubuntu 16.04rhe2016-06-181-3/+3
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-151-5/+37
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-141-4/+20
* openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-141-2/+65
* openssl: avoid test failure in test_engine.rbrhe2016-06-121-2/+6
* openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-091-0/+6
* openssl: fix build with OPENSSL_NO_ECrhe2016-06-092-2/+10
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-0711-68/+126
* openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-071-0/+16
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-0/+7
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-051-1/+2
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-051-1/+2
* openssl: add missing test for r55219rhe2016-05-311-0/+8
* openssl: fix test failure on Fedora 23rhe2016-05-301-1/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-302-29/+60
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-255-55/+36
* openssl: add EC.generaterhe2016-05-241-0/+9
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-241-2/+2
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-241-0/+12
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-211-0/+22
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-211-3/+15
* openssl: improve handling of password for encrypted PEMrhe2016-05-203-0/+42
* openssl: don't test default session lifetime valuerhe2016-05-201-1/+0