aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| | |/
| * | Merge pull request #407 from no6v/fix-timestamp-segvKazuki Yamaguchi2021-09-272-3/+27
| |\ \
| | * | fix segv in Timestamp::{Request,Response,TokenInfo}.newNobuhiro IMAI2021-09-272-3/+27
| * | | Merge pull request #454 from devnexen/libressl_fixKazuki Yamaguchi2021-09-271-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | ts: libressl build fix warningDavid Carlier2021-09-271-0/+4
| |/ /
| * | Merge branch 'maint-2.1' into maint-2.2Kazuki Yamaguchi2021-09-272-8/+9
| |\|
| | * 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
* | | Merge pull request #459 from rhenium/ky/ssl-set-tmp-dhKazuki Yamaguchi2021-09-274-14/+74
|\ \ \
| * | | ssl: add SSLContext#tmp_dh=ky/ssl-set-tmp-dhKazuki Yamaguchi2021-09-264-10/+74
| * | | ssl: remove private method SSLSocket#tmp_ecdh_callbackKazuki Yamaguchi2021-09-231-4/+0
|/ / /
* | | Merge pull request #456 from ruby/compilation-warningsKazuki Yamaguchi2021-09-129-26/+87
|\ \ \
| * | | Add fallthrough commentsNobuyoshi Nakada2021-09-122-0/+4
| * | | Suppress cast-function-type warningsNobuyoshi Nakada2021-09-128-26/+83
* | | | Merge pull request #455 from ruby/printf-warningsKazuki Yamaguchi2021-09-125-15/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Separate formatting from ossl_make_errorNobuyoshi Nakada2021-09-123-13/+16
| * | | Suppress printf format warningsNobuyoshi Nakada2021-09-124-4/+8
|/ / /
* | | test/openssl/test_x509cert.rb: Prevent "unused variable" warningYusuke Endoh2021-07-191-1/+1
* | | Strip trailing spacesKazuki Yamaguchi2021-07-183-3/+3
* | | Deprecate and rework old (fd) centric functionsSamuel Williams2021-07-182-6/+28
* | | Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA2021-07-181-18/+23
* | | Merge pull request #448 from eregon/avoid-deprecated-rb_iterateKazuki Yamaguchi2021-07-081-2/+3
|\ \ \
| * | | Use rb_block_call() instead of the deprecated rb_iterate() in OpenSSLBenoit Daloze2021-07-061-2/+3
|/ / /
* | | Add example to OpenSSL::KDF.hkdf method (#447)Yusuke Nakamura2021-06-271-0/+8
* | | Merge pull request #446 from rhenium/ky/use-bundlerKazuki Yamaguchi2021-06-256-82/+15
|\ \ \