aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* ssl: explicitly call rb_gc_mark() against SSLContext/SSLSocket objectsKazuki Yamaguchi2021-10-141-2/+17
* Merge pull request #460 from rhenium/ky/pkey-ec-verify-overflowKazuki Yamaguchi2021-09-281-8/+8
|\
| * pkey: use RSTRING_LENINT() instead of casting to intky/pkey-ec-verify-overflowKazuki Yamaguchi2021-09-271-8/+8
* | Merge pull request #453 from rhenium/ky/ssl-sysread-syswrite-protect-bufferKazuki Yamaguchi2021-09-281-12/+24
|\ \ | |/ |/|
| * ssl: temporary lock string buffer while readingky/ssl-sysread-syswrite-protect-bufferKazuki Yamaguchi2021-09-271-5/+16
| * ssl: create a temporary frozen string buffer when writingKazuki Yamaguchi2021-09-271-5/+5
| * Use rb_block_call() instead of the deprecated rb_iterate() in OpenSSLBenoit Daloze2021-09-271-2/+3
* | ext/openssl/extconf.rb: require OpenSSL version >= 1.0.1, < 3ky/maint-refuse-openssl-3.0Kazuki Yamaguchi2021-09-271-18/+25
* | test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi2021-09-271-0/+6
|/
* ext/openssl/extconf.rb: do not use -Werror=deprecated-declarationsKazuki Yamaguchi2021-09-262-2/+7
* Guard static variable firstNobuyoshi Nakada2021-09-261-1/+1
* ext/openssl/ossl_ssl.c: Use const declaration if LibreSSL >= 2.8.0Yusuke Endoh2021-09-261-1/+1
* drop-in type check for rb_define_module_function卜部昌平2021-09-261-1/+1
* rb_iterate now takes rb_block_call_func_t卜部昌平2021-09-261-1/+1
* Add a /* fall through */ commentYusuke Endoh2021-09-261-0/+1
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2021-09-261-2/+5
* errno.h must be included after config.h because config.h might defineodaira2021-09-261-1/+1
* Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu2021-09-261-1/+1
* Remove -Wno-parentheses flag.nobu2021-09-265-9/+11
* bn: check -1 return from BIGNUM functionsky/bn-check-negative-error-returnsKazuki Yamaguchi2021-02-181-12/+22
* ssl: retry write on EPROTOTYPE on macOSky/ssl-macos-send-eprototypeKazuki Yamaguchi2020-08-121-0/+15
* x509store: fix memory leak in X509::StoreContext.newky/x509stctx-new-fix-leakKazuki Yamaguchi2020-08-121-5/+16
* Merge branch 'maint-2.0' into maintKazuki Yamaguchi2020-03-094-24/+132
|\
| * ssl: set verify error code in the case of verify_hostname failureky/ssl-fix-verify-hostname-set-error-codeKazuki Yamaguchi2020-02-241-1/+8
| * x509: add error code and verify flags constantsKazuki Yamaguchi2020-02-241-0/+91
| * Remove taint supportJeremy Evans2020-02-243-11/+0
| * Restore compatibility with older versions of Ruby.Samuel Williams2020-02-241-9/+21
| * Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...Jeremy Evans2020-02-241-4/+13
* | Ruby/OpenSSL 2.1.2v2.1.2Kazuki Yamaguchi2018-10-171-1/+1
* | Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-10-172-2/+2
|\|
| * Ruby/OpenSSL 2.0.9v2.0.9Kazuki Yamaguchi2018-10-171-1/+1
| * needs openssl/opensslv.hnobu2018-10-171-1/+1
| * Merge branch 'ky/x509name-cmp-bugfix' into maint-2.0Kazuki Yamaguchi2018-10-171-1/+1
| |\
| | * x509name: fix OpenSSL::X509::Name#{cmp,<=>}ky/x509name-cmp-bugfixKazuki Yamaguchi2018-10-171-1/+1
* | | Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-08-081-6/+6
|\| |
| * | x509name: fix handling of X509_NAME_{oneline,print_ex}() return valueky/x509name-to-s-emptyKazuki Yamaguchi2018-08-081-6/+6
| * | x509name: refactor OpenSSL::X509::Name#to_sKazuki Yamaguchi2018-08-081-18/+22
* | | Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-08-0812-6/+44
|\| |
| * | Merge pull request #205 from rhenium/ky/pkey-generate-interrupt-resumeKazuki Yamaguchi2018-08-082-4/+26
| |\ \
| | * | pkey: resume key generation after interruptky/pkey-generate-interrupt-resumeKazuki Yamaguchi2018-07-272-4/+26
| | |/
| * | reduce LibreSSL warningsnobu2018-08-081-0/+4
| * | openssl_missing.h: constifiednobu2018-08-081-2/+2
| * | openssl: search winsocknobu2018-08-081-1/+3
| * | search winsock libraries explicitlynobu2018-08-081-0/+1
| * | no ID cache in Init functionsnobu2018-08-089-0/+9
| |/
* | Ruby/OpenSSL 2.1.1v2.1.1Kazuki Yamaguchi2018-05-121-1/+1
* | Merge branch 'maint-2.0' into maintKazuki Yamaguchi2018-05-122-1/+6
|\|
| * Ruby/OpenSSL 2.0.8v2.0.8Kazuki Yamaguchi2018-05-121-1/+1
| * extconf.rb: fix build with LibreSSL 2.7.0ky/libressl-2.7Kazuki Yamaguchi2018-03-241-1/+4
| * cipher: validate iterations argument for Cipher#pkcs5_keyivgenky/cipher-pkcs5-keyivgen-validate-iterKazuki Yamaguchi2018-01-121-0/+2