aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-191-0/+56
* openssl: fix test failure due to the previous commitrhe2016-05-181-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-181-22/+27
* test_random.rb: skip old OpenSSLnobu2016-05-181-1/+1
* openssl/test_random.rb: requires utils.rbnobu2016-05-181-4/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-1827-77/+43
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-181-13/+32
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-181-4/+12
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* test_ssl.rb: skip unsupported ciphersnobu2016-04-071-1/+6
* test_ssl.rb: skip unavailable pkeysnobu2016-04-061-2/+3
* test_get_ephemeral_key: use assert_instance_ofnobu2016-04-041-1/+1
* openssl: Access to ephemeral TLS session keynobu2016-04-042-0/+24
* openssl: accept moving write buffer for write_nonblocknormal2016-03-311-0/+29
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-251-1/+3
* test: use assert_not_*nobu2016-02-193-7/+7
* Skip SHA from test_digest_constants for LibreSSL 2.3naruse2016-02-021-1/+12
* * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.hsbt2016-01-161-0/+14