aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from Ruby trunk r55457..r55538Kazuki Yamaguchi2016-06-291-1/+13
|\
| * Refine assertionnobu2016-06-291-1/+1
| * openssl: ignore test failure caused by LibreSSL bugrhe2016-06-291-1/+13
|/
* Merge changes from Ruby trunk r55335..r55457Kazuki Yamaguchi2016-06-1910-20/+281
|\
| * 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-191-3/+3
| * openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-191-5/+37
| * openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-191-4/+20
| * openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-191-2/+65
| * openssl: avoid test failure in test_engine.rbrhe2016-06-191-2/+6
| * openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-191-0/+6
| * openssl: fix build with OPENSSL_NO_ECrhe2016-06-192-2/+10
|/
* Merge changes from Ruby trunk r55224..r55335Kazuki Yamaguchi2016-06-0915-74/+166
|\
| * openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-0911-68/+126
| * openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-091-0/+16
| * openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-0/+7
| * openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-091-1/+2
| * openssl: check existence of RAND_pseudo_bytes()rhe2016-06-091-1/+2
| * openssl: add missing test for r55219rhe2016-06-091-0/+8
|/
* openssl: fix test failure on Fedora 23rhe2016-05-311-1/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-312-29/+60
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-315-55/+36
* openssl: add EC.generaterhe2016-05-311-0/+9
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-311-2/+2
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-311-0/+12
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-311-0/+22
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-311-3/+15
* openssl: improve handling of password for encrypted PEMrhe2016-05-313-0/+42
* openssl: don't test default session lifetime valuerhe2016-05-311-1/+0
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-311-0/+56
* openssl: fix test failure due to the previous commitrhe2016-05-311-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-311-22/+27
* test_random.rb: skip old OpenSSLnobu2016-05-311-1/+1
* openssl/test_random.rb: requires utils.rbnobu2016-05-311-4/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-3127-77/+43
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-311-13/+32
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-311-4/+12
* Use Integer instead of Fixnum and Bignum.akr2016-05-311-2/+2
* test_ssl.rb: skip unsupported ciphersnobu2016-05-311-1/+6
* test_ssl.rb: skip unavailable pkeysnobu2016-05-311-2/+3
* test_get_ephemeral_key: use assert_instance_ofnobu2016-05-311-1/+1
* openssl: Access to ephemeral TLS session keynobu2016-05-312-0/+24
* openssl: accept moving write buffer for write_nonblocknormal2016-05-311-0/+29
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-05-311-1/+3
* test: use assert_not_*nobu2016-05-313-7/+7
* Sync with Ruby trunkruby-trunk-ruby-openssl-import-pointreplace-localKazuki Yamaguchi2016-05-301-0/+1
* We can remove this condition since we don't support/test Ruby < 2.3Zachary Scott2016-02-021-1/+1
* Merge ruby/ruby@6cf568f4b56dcafc5c0fe84df2c0d2491fb0c62bZachary Scott2016-02-021-1/+1