summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl.c
AgeCommit message (Expand)Author
2021-03-16[ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docsKazuki Yamaguchi
2020-12-19support Ruby 2.x for opensslKoichi Sasada
2020-12-18openssl is ractor-safeKoichi Sasada
2020-05-13[ruby/openssl] Fix signing example to not use Digest instanceBart de Water
2020-05-13[ruby/openssl] Look up digest by name instead of constantBart de Water
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2019-08-29drop-in type check for rb_define_module_function卜部昌平
2018-11-01Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu
2018-02-16no ID cache in Init functionsnobu
2017-11-25openssl: import v2.1.0.beta2rhe
2017-09-24openssl: import e72d960db262rhe
2017-09-03openssl: import v2.1.0.beta1rhe
2017-08-10openssl: import v2.0.5rhe
2016-11-30ossl.c: castnobu
2016-11-30openssl: import v2.0.0rhe
2016-08-29import Ruby/OpenSSL 2.0.0.beta.1rhe
2016-06-05openssl: adapt to OpenSSL 1.1.0 opaque structsrhe
2016-06-05openssl: support OpenSSL 1.1.0's new multi-threading APIrhe
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-25openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe
2016-05-23openssl: Avoid reference to unset global variable in Init_openssl()rhe
2016-05-21openssl: fix SSL client example in documentation [ci skip]rhe
2016-05-20ossl.c: suppress warningsnobu
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-19openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe
2016-05-18openssl: report errors in OpenSSL error queue when clear itrhe
2016-01-09openssl: fix examples [ci skip]nobu
2015-11-22* ext/openssl/ossl.c: fix brew command for installation of openssl.hsbt
2015-09-22* ext/openssl/*: Remove svn commit id macros to make sync easierzzak
2015-07-12* ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak
2015-04-20* ext/openssl/*: use license instead of licence.hsbt
2014-09-30protoize no-arguments functionsnobu
2014-07-19* ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt
2014-05-14* ext/openssl/depend: remove dependency from internal headers.ko1
2014-04-09ossl.c: OPENSSL_LIBRARY_VERSIONnobu
2014-03-05ossl.c: NULL checknobu
2014-01-12ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2013-12-24ossl.c: integer overflownobu
2013-09-26* ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak
2013-07-25* ext/openssl/ossl.c: support additional three thread synchronizationko1
2013-07-24ossl.c: suppress warningnobu
2013-07-23* ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse
2013-07-23* ext/openssl/ossl.c: use system native (system provided)ko1
2013-07-10ossl.c: fix argument typenobu
2013-07-10ossl.c: rb_gc_register_mark_objectnobu
2013-07-10ossl.c: check allocationnobu
2013-07-10ossl.c: check integer overflownobu
2013-07-05* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() andemboss
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain