aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Magic numbersnobu2016-06-301-10/+8
* Initialize IDnobu2016-06-301-2/+10
* * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.hsbt2016-06-291-6/+0
* openssl: fix for OpenSSL 1.0.0trhe2016-06-291-24/+34
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-287-18/+18
* Convert arguments firstnobu2016-06-261-8/+11
* Explicit ".dll" suffixnobu2016-06-262-2/+8
* * remove trailing spaces.svn2016-06-241-1/+1
* * ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt2016-06-245-34/+59
* 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
* Integer conversionnobu2016-06-181-11/+11
* Fix static-linked-ext encodingsnobu2016-06-181-4/+5
* stringio.c: fix index overflownobu2016-06-171-1/+1
* Unnecessary checksnobu2016-06-172-11/+1
* openssl: refactor OpenSSL::OCSP::*#verifyrhe2016-06-151-16/+18
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-151-36/+52
* date_core.c: remove assertnobu2016-06-151-2/+0
* 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