summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-08-06openssl: avoid undefined behavior on empty SSL_writenormal
2016-07-26test: use assert_includenobu
2016-06-25Refine assertionnobu
2016-06-25openssl: ignore test failure caused by LibreSSL bugrhe
2016-06-19openssl: add OpenSSL::OCSP::SingleResponserhe
2016-06-19openssl: implement initialize_copy for OpenSSL::OCSP::*rhe
2016-06-19openssl: implement initialize_copy method for PKey classesrhe
2016-06-18openssl: avoid test crash on Ubuntu 16.04rhe
2016-06-15openssl: allow specifying hash algorithm in OCSP::*#signrhe
2016-06-14openssl: add some accessor methods for OCSP::CertificateIdrhe
2016-06-14openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe
2016-06-12openssl: avoid test failure in test_engine.rbrhe
2016-06-09openssl: use ASN1_ENUMERATED_to_BN() if neededrhe
2016-06-09openssl: fix build with OPENSSL_NO_ECrhe
2016-06-07openssl: adjust tests for OpenSSL 1.1.0rhe
2016-06-07openssl: add SSL::SSLContext#security_level{=,}rhe
2016-06-05openssl: adapt to OpenSSL 1.1.0 opaque structsrhe
2016-06-05openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe
2016-06-05openssl: check existence of RAND_pseudo_bytes()rhe
2016-05-31openssl: add missing test for r55219rhe
2016-05-30openssl: fix test failure on Fedora 23rhe
2016-05-30openssl: add SSLContext#ecdh_curves=rhe
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-24openssl: add EC.generaterhe
2016-05-24openssl: rename EC#generate_key to EC#generate_key!rhe
2016-05-24openssl: make Cipher#key= and #iv= reject too long valuesrhe
2016-05-21openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe
2016-05-21openssl: add OpenSSL::PKey::EC#private? and #public?rhe
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-20openssl: don't test default session lifetime valuerhe
2016-05-19openssl: check argument type in OpenSSL::X509::Attribute#value=rhe
2016-05-18openssl: fix test failure due to the previous commitrhe
2016-05-18openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe
2016-05-18test_random.rb: skip old OpenSSLnobu
2016-05-18openssl/test_random.rb: requires utils.rbnobu
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-05-18ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe
2016-05-18openssl: fix equality test methods of OpenSSL::BNrhe
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-04-07test_ssl.rb: skip unsupported ciphersnobu
2016-04-06test_ssl.rb: skip unavailable pkeysnobu
2016-04-04test_get_ephemeral_key: use assert_instance_ofnobu
2016-04-04openssl: Access to ephemeral TLS session keynobu
2016-03-31openssl: accept moving write buffer for write_nonblocknormal
2016-03-25openssl: fix build when NPN is disabled by OpenSSLnobu
2016-02-19test: use assert_not_*nobu
2016-02-02Skip SHA from test_digest_constants for LibreSSL 2.3naruse
2016-01-16* ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.hsbt
2016-01-14* Remove 512-bit DH group. It's affected by LogJam Attack.hsbt