aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* digest: load digest library using Kernel#requireky/require-digest-gemKazuki Yamaguchi2021-10-121-2/+6
* 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
* | Merge pull request #458 from rhenium/ky/maint-refuse-openssl-3.0Kazuki Yamaguchi2021-09-276-32/+80
|\ \ | |/ |/|
| * ext/openssl/extconf.rb: require OpenSSL version >= 1.0.1, < 3ky/maint-refuse-openssl-3.0Kazuki Yamaguchi2021-09-271-18/+25
| * .github/workflows: update OpenSSL/LibreSSL versionsKazuki Yamaguchi2021-09-271-3/+4
| * test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi2021-09-274-11/+51
|/
* test/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi2021-09-261-0/+4
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2021-09-261-1/+6
* Fixed misspellingsNobuyoshi Nakada2021-09-261-8/+8
* 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
* test/openssl/utils.rb: Extend the timeoutYusuke Endoh2021-09-261-2/+3
* test/test_ssl.rb: Use TLS1.2Yusuke Endoh2021-09-261-0/+5
* test/test_ssl.rb: Use larger keysYusuke Endoh2021-09-261-1/+1
* test: use larger keys for SSL testsKazuki Yamaguchi2021-09-268-21/+186
* test/test_pair: fix deadlock in test_connect_accept_nonblockKazuki Yamaguchi2021-09-261-29/+22
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2021-09-261-6/+6
* 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
* Correctly verify abbreviated IPv6 SANsBrian Cunnie2021-09-263-6/+12
* Reduce memory allocation when writing to SSLSocketJanko Marohnić2021-09-261-9/+4
* openssl/buffering.rb: no RS when outputnobu2021-09-261-5/+3
* .github/workflows: update Ruby and OpenSSL/LibreSSL versionsKazuki Yamaguchi2021-02-251-5/+5
* Merge pull request #418 from rhenium/ky/bn-check-negative-error-returnsKazuki Yamaguchi2021-02-251-12/+22
|\
| * bn: check -1 return from BIGNUM functionsky/bn-check-negative-error-returnsKazuki Yamaguchi2021-02-181-12/+22
|/
* .github/workflows: disable pkg-config on Windows testsKazuki Yamaguchi2021-02-181-1/+2
* Merge pull request #393 from rhenium/ky/ssl-macos-send-eprototypeKazuki Yamaguchi2020-08-121-0/+15
|\
| * ssl: retry write on EPROTOTYPE on macOSky/ssl-macos-send-eprototypeKazuki Yamaguchi2020-08-121-0/+15
|/
* Merge pull request #391 from rhenium/ky/x509stctx-new-fix-leakKazuki Yamaguchi2020-08-121-5/+16
|\
| * x509store: fix memory leak in X509::StoreContext.newky/x509stctx-new-fix-leakKazuki Yamaguchi2020-08-121-5/+16
|/
* .github/workflows/test.yml: use GitHub ActionsKazuki Yamaguchi2020-08-123-65/+120
* Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSLJeremy Evans2020-08-121-2/+8
* Merge branch 'maint-2.0' into maintKazuki Yamaguchi2020-03-097-42/+262
|\
| * Merge pull request #350 from rhenium/ky/ssl-fix-verify-hostname-set-error-codemaint-2.0Kazuki Yamaguchi2020-02-262-1/+48
| |\
| | * ssl: set verify error code in the case of verify_hostname failureky/ssl-fix-verify-hostname-set-error-codeKazuki Yamaguchi2020-02-242-1/+48
| |/
| * 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