aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pkey: make PKey.read raise PKey::PKeyError rather than ArgumentErrortopic/pkey-read-pkey-errorKazuki Yamaguchi2016-07-095-5/+14
* Add NEWSKazuki Yamaguchi2016-07-091-0/+108
* Merge pull request #50 from jsyeo/jsyeo-remove-rc4Kazuki Yamaguchi2016-07-051-3/+0
|\
| * Remove RC4 cipher suites from SSLContext::DEFAULT_PARAMSJason Yeo2016-07-041-3/+0
* | Merge changes from Ruby trunk r55457..r55538Kazuki Yamaguchi2016-06-293-28/+50
|\ \
| * | openssl: fix for OpenSSL 1.0.0trhe2016-06-291-24/+34
| * | * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-291-3/+3
| * | Refine assertionnobu2016-06-291-1/+1
| * | openssl: ignore test failure caused by LibreSSL bugrhe2016-06-291-1/+13
|/ /
* | - Add getting started doc for testing the gemZachary Scott2016-06-242-1/+7
* | Merge changes from Ruby trunk r55335..r55457Kazuki Yamaguchi2016-06-1921-233/+1290
|\ \
| * | openssl: add OpenSSL::OCSP::SingleResponserhe2016-06-192-19/+478
| * | openssl: allow passing absolute times in OCSP::BasicResponse#add_statusrhe2016-06-192-31/+63
| * | openssl: implement initialize_copy for OpenSSL::OCSP::*rhe2016-06-192-0/+108
| * | openssl: implement initialize_copy method for PKey classesrhe2016-06-198-12/+196
| * | openssl: add 'const's required in OpenSSL masterrhe2016-06-195-17/+17
| * | openssl: avoid test crash on Ubuntu 16.04rhe2016-06-191-3/+3
| * | openssl: refactor OpenSSL::OCSP::*#verifyrhe2016-06-191-16/+18
| * | openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-192-41/+89
| * | openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-192-8/+99
| * | openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-192-18/+159
| * | openssl: fix acesssor functions for RSA and DH in openssl_missing.hrhe2016-06-191-2/+2
| * | openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-192-55/+22
| * | openssl: avoid test failure in test_engine.rbrhe2016-06-191-2/+6
| * | openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-192-2/+12
| * | openssl: fix build with OPENSSL_NO_ECrhe2016-06-193-5/+13
|/ /
* | s/allowed_failures/allow_failuresZachary Scott2016-06-091-1/+1
* | Merge changes from Ruby trunk r55224..r55335Kazuki Yamaguchi2016-06-0945-559/+1304
|\ \
| * | openssl: fix build with OpenSSL 1.1.0 and no pkg-configrhe2016-06-091-2/+2
| * | openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-0913-69/+132
| * | openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-093-0/+81
| * | openssl: avoid deprecated version-specific ssl methods if necessaryrhe2016-06-092-35/+41
| * | openssl: fix free function of OpenSSL::Cipherrhe2016-06-091-5/+1
| * | openssl: fix compile on VCrhe2016-06-091-0/+2
| * | openssl: use SSL_is_server()rhe2016-06-093-7/+14
| * | openssl: avoid d2i_ASN1_BOOLEAN()rhe2016-06-091-6/+7
| * | openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-0922-170/+443
| * | openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-0910-217/+423
| * | openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-098-12/+52
| * | openssl: check existence of RAND_pseudo_bytes()rhe2016-06-093-1/+7
| * | openssl: avoid deprecated BN_*prime* functionsrhe2016-06-091-9/+15
| * | ossl_asn1.c: check overflownobu2016-06-091-2/+3
| * | openssl: fix the Year 2038 problemrhe2016-06-098-27/+75
| * | openssl: add missing test for r55219rhe2016-06-091-0/+8
|/ /
* | BuildZachary Scott2016-06-090-0/+0
* | Update build matrix to use zzak/ruby-openssl-docker@fda1785c3142fb474b11d02ce...Zachary Scott2016-06-091-8/+9
* | Merge changes from Ruby trunk r53718..r55224Kazuki Yamaguchi2016-05-3166-1567/+1471
|\ \
| * | openssl: fix test failure on Fedora 23rhe2016-05-311-1/+1
| * | openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-311-6/+1
| * | openssl: add SSLContext#ecdh_curves=rhe2016-05-316-33/+221