aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* cipher: fix handling huge data larger than INT_MAX bytesKazuki Yamaguchi2016-07-241-18/+16
* Merge branch 'topic/ssl-check-pkey-private'Kazuki Yamaguchi2016-07-203-36/+16
|\
| * ssl: reject keys without private componentstopic/ssl-check-pkey-privateKazuki Yamaguchi2016-07-031-2/+2
| * ssl: remove unneeded instance variable x509 and key from SSL::SSLSocketKazuki Yamaguchi2016-07-031-14/+12
| * pkey: remove unused thingsKazuki Yamaguchi2016-07-032-20/+2
* | Merge branch 'topic/cipher-iv-len'Kazuki Yamaguchi2016-07-202-3/+58
|\ \
| * | cipher: allow setting IV length when using AEAD cipherstopic/cipher-iv-lenKazuki Yamaguchi2016-07-092-3/+58
| |/
* | Merge pull request #55 from rhenium/topic/pkey-read-pkey-errorKazuki Yamaguchi2016-07-101-1/+2
|\ \
| * | pkey: make PKey.read raise PKey::PKeyError rather than ArgumentErrortopic/pkey-read-pkey-errorKazuki Yamaguchi2016-07-091-1/+2
| |/
* | Merge pull request #57 from rhenium/topic/fix-doc-pkey-loadingKazuki Yamaguchi2016-07-101-0/+2
|\ \
| * | Improve 'Loading a key' section of the documentationtopic/fix-doc-pkey-loadingKazuki Yamaguchi2016-07-031-0/+2
| |/
* | Merge branch 'topic/rdoc-fixes'Kazuki Yamaguchi2016-07-0930-97/+190
|\ \
| * | Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-0930-97/+190
| |/
* | Merge branch 'topic/ocsp-basic-verify-bug'Kazuki Yamaguchi2016-07-091-0/+48
|\ \
| * | ocsp: add workaround for OCSP_basic_verify() bugtopic/ocsp-basic-verify-bugKazuki Yamaguchi2016-07-081-0/+48
| |/
* / Document OpenSSL::SSL::SSLSocket#sync_closetopic/doc-ssl-sync-closeKazuki Yamaguchi2016-07-091-0/+6
|/
* openssl: fix for OpenSSL 1.0.0trhe2016-06-291-24/+34
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-291-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-191-16/+18
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-191-36/+52
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-191-4/+79
* openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-191-16/+94
* 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: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-191-2/+6
* openssl: fix build with OPENSSL_NO_ECrhe2016-06-191-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-091-0/+2
* openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-092-0/+65
* 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-0921-170/+436
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-099-216/+421
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-098-12/+52
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-092-0/+5
* 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: use NUM2TIMET() to convert Integer to time_trhe2016-05-311-6/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-314-4/+161
* openssl: move SSLSocket#initialize to C extensionrhe2016-05-313-90/+150
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-313-9/+18