aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] ossl.c: use ERR_get_error_all() if availableKazuki Yamaguchi2021-10-251-19/+23
* [ruby/openssl] Suppress cast-function-type warningsNobuyoshi Nakada2021-09-121-2/+2
* [ruby/openssl] Separate formatting from ossl_make_errorNobuyoshi Nakada2021-09-121-12/+13
* [ruby/openssl] Suppress printf format warningsNobuyoshi Nakada2021-09-121-0/+2
* [ruby/openssl] Fix some typos [ci skip]Ryuta Kamizono2021-07-181-1/+1
* [ruby/openssl] ossl.c: do not set locking callbacks on LibreSSLKazuki Yamaguchi2021-07-181-1/+7
* [ruby/openssl] Use #ifdef consistently for HAVE_RB_EXT_RACTOR_SAFETom Stuart2021-03-311-1/+1
* [ruby/openssl] Fix typo in documentationClaus Lensbøl2021-03-161-3/+3
* [ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water2021-03-161-6/+6
* [ruby/openssl] pkey: prefer PKey.read over PKey::RSA.new in docsKazuki Yamaguchi2021-03-161-3/+3
* support Ruby 2.x for opensslKoichi Sasada2020-12-191-2/+5
* openssl is ractor-safeKoichi Sasada2020-12-181-0/+4
* [ruby/openssl] Fix signing example to not use Digest instanceBart de Water2020-05-131-4/+2
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-131-8/+8
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-13/+41
* drop-in type check for rb_define_module_function卜部昌平2019-08-291-1/+1
* Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu2018-11-011-1/+1
* no ID cache in Init functionsnobu2018-02-161-0/+1
* openssl: import v2.1.0.beta2rhe2017-11-251-15/+8
* openssl: import e72d960db262rhe2017-09-241-26/+40
* openssl: import v2.1.0.beta1rhe2017-09-031-41/+154
* openssl: import v2.0.5rhe2017-08-101-19/+7
* ossl.c: castnobu2016-11-301-1/+1
* openssl: import v2.0.0rhe2016-11-301-88/+27
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-107/+74
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-1/+1
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-051-0/+4
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-4/+0
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-251-2/+2
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-231-8/+8
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-211-4/+4
* ossl.c: suppress warningsnobu2016-05-201-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-201-8/+49
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-191-6/+9
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-181-6/+13
* openssl: fix examples [ci skip]nobu2016-01-091-0/+3
* * ext/openssl/ossl.c: fix brew command for installation of openssl.hsbt2015-11-221-1/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* * ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak2015-07-121-0/+14
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* protoize no-arguments functionsnobu2014-09-301-2/+2
* * ext/openssl/ossl.c: use encryptor instead of encrypter in doc.hsbt2014-07-191-10/+10
* * ext/openssl/depend: remove dependency from internal headers.ko12014-05-141-1/+1
* ossl.c: OPENSSL_LIBRARY_VERSIONnobu2014-04-091-0/+5
* ossl.c: NULL checknobu2014-03-051-2/+3
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-7/+11
* ossl.c: integer overflownobu2013-12-241-2/+3
* * ext/openssl/ossl.c: [DOC] typo in example by @zoranzariczzak2013-09-261-1/+1
* * ext/openssl/ossl.c: support additional three thread synchronizationko12013-07-251-3/+38
* ossl.c: suppress warningnobu2013-07-241-1/+1