aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* test/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi2020-07-181-0/+4
* OpenSSL 1.1.1 introduces a new '.include' directive. Update our confignagachika2020-07-111-0/+54
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-261-1/+6
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-241-7/+8
* Fixed misspellingsNobuyoshi Nakada2019-12-201-8/+8
* Skip very time consuming test [Bug #16196]Nobuyoshi Nakada2019-10-101-0/+1
* Slimed down test runtime by stressing openssl.so only [Bug #16196]Nobuyoshi Nakada2019-10-101-2/+1
* Guard static variable firstNobuyoshi Nakada2019-10-101-0/+5
* Fix keyword argument separation issues in OpenSSL::SSL::SSLSocket#sys{read,wr...Jeremy Evans2019-09-261-0/+15
* test/openssl/utils.rb: Extend the timeout for armv7lYusuke Endoh2019-06-071-1/+1
* Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSLJeremy Evans2019-06-061-2/+8
* test/openssl/utils.rb: Extend the timeoutYusuke Endoh2019-06-071-2/+3
* test/openssl: Support OpenSSL 1.1.1Yusuke Endoh2019-06-068-51/+214
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-011-6/+6
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-0/+5
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-5/+0
* ext/openssl/ossl_bn.c (ossl_bn_initialize): get rid of SEGVmame2019-04-101-0/+5
* openssl: sync with upstream repositoryrhe2018-10-181-4/+10
* openssl: sync with upstream repositoryrhe2018-08-084-17/+59
* openssl: merge changes in v2.1.1rhe2018-05-123-6/+20
* openssl: suppress report_on_exception warningrhe2017-12-151-0/+12
* openssl: import v2.1.0rhe2017-12-141-22/+45
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-4/+6
* openssl: sync with 2475d94517b4rhe2017-11-261-9/+6
* openssl: import v2.1.0.beta2rhe2017-11-2512-13/+358
* openssl: pull test case from upstream commit 62af0446569arhe2017-11-041-23/+14
* openssl: merge test fix from upstreamrhe2017-10-211-18/+40
* fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse2017-10-211-0/+27
* openssl: import e72d960db262rhe2017-09-243-22/+49
* openssl: merge test fixes from upstream, part 2rhe2017-09-122-0/+2
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-0/+1
* openssl: merge test fixes from upstreamrhe2017-09-053-41/+51
* openssl: import v2.1.0.beta1rhe2017-09-0339-1613/+2072
* openssl: import v2.0.5rhe2017-08-104-7/+25
* openssl: import v2.0.4rhe2017-06-143-2/+26
* openssl: avoid segfault during running tests on Ubuntu trustyrhe2017-03-011-1/+1
* openssl: import v2.0.3rhe2017-01-312-0/+17
* openssl: import v2.0.1rhe2016-12-1017-50/+32
* openssl: import fixes from upstreamrhe2016-12-011-8/+8
* openssl: import v2.0.0rhe2016-11-3018-643/+552
* openssl/ut_eof.rb: rename TestEOFnobu2016-11-052-5/+5
* openssl: really fix test failure on Ubuntu 16.04rhe2016-09-171-2/+2
* openssl: workaround for Ubuntu's patched OpenSSLrhe2016-09-131-2/+5
* openssl: import v2.0.0.beta.2rhe2016-09-085-547/+433
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-2922-848/+1159
* openssl: avoid undefined behavior on empty SSL_writenormal2016-08-061-0/+11
* test: use assert_includenobu2016-07-261-2/+2
* Refine assertionnobu2016-06-251-1/+1
* openssl: ignore test failure caused by LibreSSL bugrhe2016-06-251-1/+13
* openssl: add OpenSSL::OCSP::SingleResponserhe2016-06-191-0/+52