aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* openssl: import v2.0.0.beta.2rhe2016-09-086-424/+361
* * remove trailing spaces.svn2016-08-291-3/+3
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-2945-963/+1803
* openssl: avoid undefined behavior on empty SSL_writenormal2016-08-061-1/+7
* Update dependenciesnobu2016-07-061-0/+1
* openssl: fix for OpenSSL 1.0.0trhe2016-06-291-24/+34
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-281-3/+3
* openssl: add OpenSSL::OCSP::SingleResponserhe2016-06-191-19/+426
* openssl: allow passing absolute times in OCSP::BasicResponse#add_statusrhe2016-06-192-31/+63
* openssl: implement initialize_copy for OpenSSL::OCSP::*rhe2016-06-191-0/+80
* openssl: implement initialize_copy method for PKey classesrhe2016-06-194-12/+147
* openssl: add 'const's required in OpenSSL masterrhe2016-06-195-17/+17
* openssl: refactor OpenSSL::OCSP::*#verifyrhe2016-06-151-16/+18
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-151-36/+52
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-141-4/+79
* openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-141-16/+94
* openssl: fix acesssor functions for RSA and DH in openssl_missing.hrhe2016-06-141-2/+2
* openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-122-55/+22
* openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-091-2/+6
* openssl: fix build with OPENSSL_NO_ECrhe2016-06-091-3/+3
* 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-072-1/+6
* openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-072-0/+65
* openssl: avoid deprecated version-specific ssl methods if necessaryrhe2016-06-072-35/+41
* openssl: fix free function of OpenSSL::Cipherrhe2016-06-061-5/+1
* openssl: fix compile on VCrhe2016-06-061-0/+2
* openssl: use SSL_is_server()rhe2016-06-053-7/+14
* openssl: avoid d2i_ASN1_BOOLEAN()rhe2016-06-051-6/+7
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-0521-170/+436
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-059-216/+421
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-058-12/+52
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-052-0/+5
* openssl: avoid deprecated BN_*prime* functionsrhe2016-06-041-9/+15
* ossl_asn1.c: check overflownobu2016-06-011-2/+3
* openssl: fix the Year 2038 problemrhe2016-06-018-27/+75
* openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-301-6/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-304-4/+161
* openssl: move SSLSocket#initialize to C extensionrhe2016-05-284-125/+156
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-263-9/+18
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-2526-819/+133
* openssl: remove unnecessary 'extern "C"' blocks from local headersrhe2016-05-252-17/+0
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-252-3/+2
* openssl: add EC.generaterhe2016-05-241-51/+96
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-241-3/+12
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-241-5/+9
* openssl: avoid deprecated M_ASN1_* macrosrhe2016-05-242-10/+3
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-231-8/+8
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-2316-82/+78
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-231-7/+5
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-212-11/+8