aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* date_core.c: missing argumentnobu2016-06-151-1/+1
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-141-4/+79
* date_strftime.c: check precisionnobu2016-06-141-2/+7
* 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
* Integer unification macronobu2016-06-132-11/+27
* openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-122-55/+22
* * ext/json/lib/*.rb: Removed some comments. Because these are unnecessaryhsbt2016-06-119-9/+0
* ObjectSpace.dump_all: valid JSONnobu2016-06-111-11/+25
* 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
* strio_init: return self for tail call optimizationnobu2016-06-091-6/+5
* ext/stringio/README.md: update [ci skip]nobu2016-06-082-18/+10
* suppress static-in-inline warningnobu2016-06-082-2/+2
* fix date buildnobu2016-06-082-2/+2
* ext/date/zonetab.list: gperf timezone namesnobu2016-06-085-99/+1098
* ext/date: constifynobu2016-06-083-5/+5
* 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
* etc.c: retry with allocated string buffernobu2016-06-021-0/+6
* ossl_asn1.c: check overflownobu2016-06-011-2/+3
* openssl: fix the Year 2038 problemrhe2016-06-018-27/+75
* * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa2016-05-301-2/+6
* raddrinfo.c: fix modifiernobu2016-05-301-2/+2
* openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-301-6/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-304-4/+161
* raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu2016-05-301-14/+22
* string.c: return reallocated pointernobu2016-05-301-0/+23
* stringio.c: share stringsnobu2016-05-301-5/+15
* * ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198.usa2016-05-291-1/+1
* auto_ext.rbnobu2016-05-2917-107/+42
* 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