summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2016-06-19openssl: allow passing absolute times in OCSP::BasicResponse#add_statusrhe
2016-06-19openssl: implement initialize_copy for OpenSSL::OCSP::*rhe
2016-06-19openssl: implement initialize_copy method for PKey classesrhe
2016-06-19openssl: add 'const's required in OpenSSL masterrhe
2016-06-18Integer conversionnobu
2016-06-18Fix static-linked-ext encodingsnobu
2016-06-17stringio.c: fix index overflownobu
2016-06-17Unnecessary checksnobu
2016-06-15openssl: refactor OpenSSL::OCSP::*#verifyrhe
2016-06-15openssl: allow specifying hash algorithm in OCSP::*#signrhe
2016-06-15date_core.c: remove assertnobu
2016-06-15date_core.c: missing argumentnobu
2016-06-14openssl: add some accessor methods for OCSP::CertificateIdrhe
2016-06-14date_strftime.c: check precisionnobu
2016-06-14openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe
2016-06-14openssl: fix acesssor functions for RSA and DH in openssl_missing.hrhe
2016-06-13Integer unification macronobu
2016-06-12openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe
2016-06-11* ext/json/lib/*.rb: Removed some comments. Because these are unnecessaryhsbt
2016-06-11ObjectSpace.dump_all: valid JSONnobu
2016-06-09openssl: use ASN1_ENUMERATED_to_BN() if neededrhe
2016-06-09openssl: fix build with OPENSSL_NO_ECrhe
2016-06-09openssl: fix build with OpenSSL 1.1.0 and no pkg-configrhe
2016-06-09strio_init: return self for tail call optimizationnobu
2016-06-08ext/stringio/README.md: update [ci skip]nobu
2016-06-08suppress static-in-inline warningnobu
2016-06-08fix date buildnobu
2016-06-08ext/date/zonetab.list: gperf timezone namesnobu
2016-06-08ext/date: constifynobu
2016-06-07openssl: adjust tests for OpenSSL 1.1.0rhe
2016-06-07openssl: add SSL::SSLContext#security_level{=,}rhe
2016-06-07openssl: avoid deprecated version-specific ssl methods if necessaryrhe
2016-06-06openssl: fix free function of OpenSSL::Cipherrhe
2016-06-06openssl: fix compile on VCrhe
2016-06-05openssl: use SSL_is_server()rhe
2016-06-05openssl: avoid d2i_ASN1_BOOLEAN()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: support OpenSSL 1.1.0's new multi-threading APIrhe
2016-06-05openssl: check existence of RAND_pseudo_bytes()rhe
2016-06-04openssl: avoid deprecated BN_*prime* functionsrhe
2016-06-02etc.c: retry with allocated string buffernobu
2016-06-01ossl_asn1.c: check overflownobu
2016-06-01openssl: fix the Year 2038 problemrhe
2016-05-30* ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa
2016-05-30raddrinfo.c: fix modifiernobu
2016-05-30openssl: use NUM2TIMET() to convert Integer to time_trhe
2016-05-30openssl: add SSLContext#ecdh_curves=rhe
2016-05-30raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu
2016-05-30string.c: return reallocated pointernobu