aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ossl.c: do not set locking callbacks on LibreSSLky/drop-openssl-1.0.1Kazuki Yamaguchi2021-04-042-2/+7
* ssl: use TLS_method() instead of SSLv23_method() for LibreSSLKazuki Yamaguchi2021-04-041-1/+1
* ssl: call SSL_CTX_set_ecdh_auto() on OpenSSL 1.0.2 onlyKazuki Yamaguchi2021-04-041-5/+6
* require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi2021-04-0411-348/+65
* test/openssl/test_config: skip tests for .include on older OpenSSLKazuki Yamaguchi2021-03-171-4/+5
* test/openssl/test_cipher: skip AES-CCM tests on OpenSSL <= 1.1.1bKazuki Yamaguchi2021-03-171-1/+1
* Merge pull request #398 from rhenium/ky/pkey-remove-ec-group-from-raw-methodKazuki Yamaguchi2021-03-161-42/+2
|\
| * pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formky/pkey-remove-ec-group-from-raw-methodKazuki Yamaguchi2020-08-211-42/+2
* | Merge branch 'ky/sample-updates'Kazuki Yamaguchi2021-02-257-34/+29
|\ \
| * | sample: update obsolete API useky/sample-updatesKazuki Yamaguchi2021-02-253-8/+7
| * | sample: avoid "include OpenSSL"Kazuki Yamaguchi2021-02-255-27/+23
|/ /
* | test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi2021-02-255-41/+52
* | Merge branch 'maint-2.2'Kazuki Yamaguchi2021-02-254-30/+59
|\ \
| * \ Merge branch 'maint-2.1' into maint-2.2Kazuki Yamaguchi2021-02-254-30/+61
| |\ \
| | * | .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 pull request #416 from ruby/syncKazuki Yamaguchi2021-02-173-12/+72
|\ \ \ \
| * | | | support Ruby 2.x for opensslKoichi Sasada2021-02-142-2/+35
| * | | | openssl is ractor-safeKoichi Sasada2021-02-143-10/+37
|/ / / /
* | | | Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-02-142-11/+16
* | | | Merge pull request #413 from ruby/backport-ruby-coreHiroshi SHIBATA2020-12-144-47/+45
|\ \ \ \
| * | | | Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-12-141-13/+13
| * | | | Don't redefine #rb_intern over and over againStefan Stùˆben2020-12-141-32/+30
| * | | | Remove trailing spaces [ci skip]Nobuyoshi Nakada2020-12-142-2/+2
|/ / / /
* | | | Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans2020-12-035-24/+56
* | | | Revert "Import ruby/ruby@3beecafc2cae86290a191c1e841be13f5b08795d"Benoit Daloze2020-09-261-25/+23
* | | | Import ruby/ruby@3beecafc2cae86290a191c1e841be13f5b08795dBenoit Daloze2020-08-291-23/+25
| |_|/ |/| |
* | | Merge pull request #394 from rhenium/ky/ssl-remove-tmp-ecdh-callbackKazuki Yamaguchi2020-08-213-94/+3
|\ \ \
| * | | ssl: remove SSL::SSLContext#tmp_ecdh_callbackky/ssl-remove-tmp-ecdh-callbackKazuki Yamaguchi2020-08-133-94/+3
* | | | Merge pull request #392 from rhenium/ky/x509store-reviewKazuki Yamaguchi2020-08-212-207/+417
|\ \ \ \ | |/ / / |/| | |
| * | | test/openssl/test_x509store: tidy up tests for X509::Store#add_certky/x509store-reviewKazuki Yamaguchi2020-08-121-17/+9
| * | | test/openssl/test_x509store: break up test_verifyKazuki Yamaguchi2020-08-121-112/+227
| * | | x509store: update rdoc for X509::Store and X509::StoreContextKazuki Yamaguchi2020-08-121-13/+113
| * | | x509store: avoid ossl_raise() calls with NULL messageKazuki Yamaguchi2020-08-121-19/+14
| * | | x509store: refactor X509::StoreContext#chainKazuki Yamaguchi2020-08-121-18/+5
| * | | x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi2020-08-122-9/+15
| * | | x509store: let X509::Store#add_file raise TypeError if nil is givenKazuki Yamaguchi2020-08-122-20/+35
* | | | Merge pull request #386 from rhenium/ky/ssl-attr-default-valuesKazuki Yamaguchi2020-08-122-11/+59
|\ \ \ \
| * | | | ssl: initialize verify_mode and verify_hostname with default valuesky/ssl-attr-default-valuesKazuki Yamaguchi2020-07-182-0/+8
| * | | | test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi2020-07-181-1/+45
| * | | | test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi2020-07-181-10/+6
* | | | | Merge pull request #388 from no6v/patch-1Kazuki Yamaguchi2020-07-291-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |