aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/ssl-check-pkey-private'Kazuki Yamaguchi2016-07-201-0/+20
|\
| * ssl: reject keys without private componentstopic/ssl-check-pkey-privateKazuki Yamaguchi2016-07-031-0/+20
* | Merge branch 'topic/cipher-iv-len'Kazuki Yamaguchi2016-07-201-0/+40
|\ \
| * | cipher: allow setting IV length when using AEAD cipherstopic/cipher-iv-lenKazuki Yamaguchi2016-07-091-0/+40
| |/
* | Suppress warnings in testsKazuki Yamaguchi2016-07-103-28/+28
* | Merge pull request #55 from rhenium/topic/pkey-read-pkey-errorKazuki Yamaguchi2016-07-103-4/+4
|\ \
| * | pkey: make PKey.read raise PKey::PKeyError rather than ArgumentErrortopic/pkey-read-pkey-errorKazuki Yamaguchi2016-07-093-4/+4
| |/
* | Deprecate constant OpenSSL::Digest::Digest and OpenSSL::Cipher::CipherKazuki Yamaguchi2016-07-091-2/+2
* | ocsp: add workaround for OCSP_basic_verify() bugtopic/ocsp-basic-verify-bugKazuki Yamaguchi2016-07-081-0/+11
* | ocsp: refactor testsKazuki Yamaguchi2016-07-081-32/+56
|/
* 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