summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2016-06-06openssl: fix compile on VCrhe
2016-06-05openssl: use SSL_is_server()rhe
2016-06-05openssl: avoid d2i_ASN1_BOOLEAN()rhe
2016-06-05openssl: adapt to OpenSSL 1.1.0 opaque structsrhe
2016-06-05openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe
2016-06-05openssl: support OpenSSL 1.1.0's new multi-threading APIrhe
2016-06-05openssl: check existence of RAND_pseudo_bytes()rhe
2016-06-04openssl: avoid deprecated BN_*prime* functionsrhe
2016-06-02etc.c: retry with allocated string buffernobu
2016-06-01ossl_asn1.c: check overflownobu
2016-06-01openssl: fix the Year 2038 problemrhe
2016-05-30* ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa
2016-05-30raddrinfo.c: fix modifiernobu
2016-05-30openssl: use NUM2TIMET() to convert Integer to time_trhe
2016-05-30openssl: add SSLContext#ecdh_curves=rhe
2016-05-30raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu
2016-05-30string.c: return reallocated pointernobu
2016-05-30stringio.c: share stringsnobu
2016-05-29* ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198.usa
2016-05-29auto_ext.rbnobu
2016-05-28openssl: move SSLSocket#initialize to C extensionrhe
2016-05-26openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-25openssl: remove unnecessary 'extern "C"' blocks from local headersrhe
2016-05-25openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe
2016-05-24openssl: add EC.generaterhe
2016-05-24openssl: rename EC#generate_key to EC#generate_key!rhe
2016-05-24openssl: make Cipher#key= and #iv= reject too long valuesrhe
2016-05-24openssl: avoid deprecated M_ASN1_* macrosrhe
2016-05-23missing.h: isfinitenobu
2016-05-23openssl: Avoid reference to unset global variable in Init_openssl()rhe
2016-05-23openssl: use StringValueCStr() where NUL-terminated string is expectedrhe
2016-05-23* ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa
2016-05-23openssl: fix incorrect return value check of RAND_* functionsrhe
2016-05-23* ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa
2016-05-23tcltklib.c: elimitate dead codenobu
2016-05-23remove unnecessary volatilesnobu
2016-05-23tkutil.c: GC guardsnobu
2016-05-23bigdecimal.c: fix FloatDomainErrornobu
2016-05-22-test-/integernobu
2016-05-21* ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse
2016-05-21openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe
2016-05-21openssl: fix SSL client example in documentation [ci skip]rhe
2016-05-21openssl: add OpenSSL::PKey::EC#private? and #public?rhe
2016-05-21openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe
2016-05-20ossl.c: suppress warningsnobu
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-20fix typos [ci skip]kazu
2016-05-20win32ole.c: share the contentnobu
2016-05-20win32ole.c: remove dead codenobu