aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: avoid SEGV on Cipher.new("ChaCha20-Poly1305")Kazuki Yamaguchi2016-05-051-9/+13
* ext/openssl: ENGINE.cleanup is no-op in OpenSSL 1.1.0Kazuki Yamaguchi2016-05-051-0/+2
* ext/openssl: remove SHA, DSS, DSS1 if using OpenSSL 1.1.0Kazuki Yamaguchi2016-05-051-1/+4
* ext/openssl: add SSLContext#set_ecdh_curvesKazuki Yamaguchi2016-05-054-2/+137
* ext/openssl: add SSLContext#security_level, #security_level=Kazuki Yamaguchi2016-05-052-0/+63
* ext/openssl: EVP_PKEY, DH, DSA, RSA, EC_KEY are made opaqueKazuki Yamaguchi2016-05-059-144/+372
* ext/openssl: use SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-05-053-1/+6
* ext/openssl: X509* are made opaqueKazuki Yamaguchi2016-05-0511-62/+177
* ext/openssl: use *_up_ref() functionsKazuki Yamaguchi2016-05-057-10/+45
* ext/openssl: SSL_SESSION is made opaqueKazuki Yamaguchi2016-05-052-4/+14
* ext/openssl: BIGNUM and BN_GENCB is made opaqueKazuki Yamaguchi2016-05-057-23/+47
* ext/openssl: OCSP_SINGLERESP and OCSP_CERTID are also made opaqueKazuki Yamaguchi2016-05-053-4/+11
* ext/openssl: use EVP_MD_CTX_new() to allocate EVP_MD_CTXKazuki Yamaguchi2016-05-053-12/+25
* ext/openssl: use HMAC_CTX_{new,free,reset} to allocate HMAC_CTXKazuki Yamaguchi2016-05-054-22/+75
* ext/openssl: use EVP_CIPHER_CTX_{new,free} to allocate EVP_CIPHER_CTXKazuki Yamaguchi2016-05-054-17/+42
* ext/openssl: setting locking callbacks is no longer neededKazuki Yamaguchi2016-05-052-0/+5
* ext/openssl: SSL_state() is removedKazuki Yamaguchi2016-05-053-7/+14
* ext/openssl: avoid using deprecated protocol version specific methodsKazuki Yamaguchi2016-05-052-35/+43
* ext/openssl: d2i_ASN1_BOOLEAN is removedKazuki Yamaguchi2016-05-051-6/+7
* ext/openssl: disable OpenSSL::Random.pseudo_bytes if deprecatedKazuki Yamaguchi2016-05-052-0/+5
* ext/openssl: avoid deprecated BN primes functionsKazuki Yamaguchi2016-05-051-3/+3
* ext/openssl: include openssl/asn1.h instead of openssl/asn1_mac.hKazuki Yamaguchi2016-05-052-3/+3
* ext/openssl: drop support for OPENSSL_NO_HMACKazuki Yamaguchi2016-05-052-16/+1
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-05-0524-809/+134
* ext/openssl: remove 'extern "C" { }' blocksKazuki Yamaguchi2016-05-052-17/+0
* ext/openssl: no need to check OPENSSL_FIPS in extconf.rbKazuki Yamaguchi2016-05-052-3/+2
* ext/openssl: always use our implementation of SSL_SESSION_cmp()Kazuki Yamaguchi2016-05-054-5/+26
* ext/openssl: fix ex_data handling for X509_STOREKazuki Yamaguchi2016-05-056-26/+20
* ext/openssl: check if SSL_CTX_clear_options() is availableKazuki Yamaguchi2016-05-052-0/+6
* stringio.c: warn block for newnobu2016-04-271-0/+14
* tk/extconf.rb: refactornobu2016-04-251-20/+13
* ripper: fix ripper.Enobu2016-04-252-5/+4
* extmk.rb: refactornobu2016-04-251-1/+1
* rbconfig/sizeof: calculate at compilation timenobu2016-04-251-30/+30
* * encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt2016-04-251-1/+1
* date_core.c: [DOC] markdown to rdoc [ci skip]nobu2016-04-231-148/+136
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* tk: suppress progress indicatorsnobu2016-04-221-1/+1
* cgi/util.rb: remove CGI::Util#_unescapenobu2016-04-201-4/+21
* * ext/date/date_core.c : remove not used f_getlocal macro.yui-knk2016-04-161-1/+0
* * ext/date/date_core.c : remove not used f_utc6 macro.yui-knk2016-04-161-2/+0
* struct.c: unique membersnobu2016-04-161-0/+24
* win32/console: io_handlenobu2016-04-151-8/+16
* io/console: bump upnobu2016-04-151-1/+1
* io/console: unknown key code for names with nulnobu2016-04-151-2/+5
* io/console: rb_sym2strnobu2016-04-152-0/+5
* io/console: use rb_funcallvnobu2016-04-152-2/+6
* io/console: fallback RARRAY_CONST_PTRnobu2016-04-151-0/+3
* io/console: reject symbols with nul charnobu2016-04-151-4/+3
* tkutil.c: ary can be nilnobu2016-04-141-1/+1