aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-301-6/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-304-4/+161
* 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
* openssl: avoid deprecated M_ASN1_* macrosrhe2016-05-242-10/+3
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-231-8/+8
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-2316-82/+78
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-231-7/+5
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-212-11/+8
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-211-4/+4
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-211-10/+14
* openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe2016-05-211-2/+0
* ossl.c: suppress warningsnobu2016-05-201-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-206-70/+82
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-196-26/+21
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-191-0/+1
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-181-0/+4
* ossl_pkey_ec.c: index typesnobu2016-05-181-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-188-31/+56
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-188-15/+26
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-181-54/+64
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-181-13/+77
* openssl/extconf.rb: NO SSL macros firstnobu2016-05-091-8/+10
* * ext/openssl/extconf.rb: asume it doesn't have SSLv2 relatednaruse2016-05-081-0/+2
* Update dependencies.akr2016-04-111-0/+31
* openssl: Access to ephemeral TLS session keynobu2016-04-042-0/+23
* openssl: accept moving write buffer for write_nonblocknormal2016-03-311-1/+2
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-252-20/+21
* document OpenSSL::SSL::SSLContext#setup as MT-unsafenormal2016-03-141-2/+2
* Fix typo on OpenSSL::PKey doc [ci skip]nobu2016-02-021-1/+1
* * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.hsbt2016-01-161-0/+12
* * Remove 512-bit DH group. It's affected by LogJam Attack.hsbt2016-01-141-8/+0
* openssl: fix examples [ci skip]nobu2016-01-091-0/+3
* prefer rb_syserr_failnobu2015-12-231-1/+2
* NotImplementedError typonobu2015-12-211-1/+1
* handle ext/ as r53141naruse2015-12-1611-0/+11
* * ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsingnaruse2015-12-131-10/+7
* * ext/**/*.c (*_memsize): same as r52986 for extensions.ko12015-12-091-1/+1
* ext/openssl/ossl_ssl.c: hide globalsnormal2015-12-012-8/+6
* * ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes couldkosaki2015-11-302-4/+10
* * ext/openssl/ossl.c: fix brew command for installation of openssl.hsbt2015-11-221-1/+1
* * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h.naruse2015-11-211-1/+1
* Commit miss from r52556zzak2015-11-131-1/+1
* * ext/openssl/ossl_pkey.c: Merge ruby/openssl@b9ea8ef [Bug #10735]zzak2015-11-131-1/+4