aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA2021-05-271-18/+23
* [ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi2021-03-311-0/+18
* test/openssl/test_config: skip tests for .include on older OpenSSLKazuki Yamaguchi2021-03-161-4/+5
* test/openssl/test_cipher: skip AES-CCM tests on OpenSSL <= 1.1.1bKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi2021-03-164-40/+51
* [ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada2021-03-161-0/+5
* [ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans2021-03-164-24/+50
* [ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi2021-03-161-24/+0
* [ruby/openssl] test/openssl/test_x509store: tidy up tests for X509::Store#add...Kazuki Yamaguchi2021-03-161-17/+9
* [ruby/openssl] test/openssl/test_x509store: break up test_verifyKazuki Yamaguchi2021-03-161-112/+227
* [ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi2021-03-161-8/+13
* [ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...Kazuki Yamaguchi2021-03-161-4/+23
* [ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi2021-03-161-0/+6
* [ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi2021-03-161-1/+45
* [ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi2021-03-161-10/+6
* [ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.Colton Jenkins2021-03-161-0/+18
* [ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water2021-03-161-4/+4
* [ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi2021-03-161-0/+4
* [ruby/openssl] hmac: add a test case for OpenSSL::HMAC singleton methodsKazuki Yamaguchi2021-03-161-0/+9
* [ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi2021-03-161-15/+19
* [ruby/openssl] pkey: add PKey::PKey#deriveKazuki Yamaguchi2021-03-163-0/+55
* [ruby/openssl] pkey: support 'one-shot' signing and verificationKazuki Yamaguchi2021-03-161-0/+45
* [ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...Kazuki Yamaguchi2021-03-161-0/+12
* [ruby/openssl] pkey: add PKey.generate_parameters and .generate_keyKazuki Yamaguchi2021-03-161-0/+43
* [ruby/openssl] test/openssl/test_ssl: fix flaky test caseKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki Yamaguchi2021-03-162-3/+2
* [ruby/openssl] config: revert to C implementation of OpenSSL::ConfigKazuki Yamaguchi2021-03-161-3/+7
* [ruby/openssl] test/openssl/test_config: skip test_get_value_ENV on LibreSSLKazuki Yamaguchi2021-03-161-0/+3
* [ruby/openssl] test/openssl/test_config: fix non-deterministic test caseKazuki Yamaguchi2021-03-161-1/+1
* [ruby/openssl] test/openssl/test_config: add missing test case for Config.par...Kazuki Yamaguchi2021-03-161-0/+6
* [ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi2021-03-161-112/+16
* [ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre2021-03-161-0/+42
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-15/+14
* Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze2020-08-291-14/+15
* Test out fix for OpenSSL test flakinessAlan Wu2020-08-111-1/+1
* Add more debug info to test_verifyKazuhiro NISHIYAMA2020-08-071-1/+1
* Add verbose message to random failed assertionKazuhiro NISHIYAMA2020-08-061-1/+1
* [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi2020-05-131-28/+0
* [ruby/openssl] pkey: add PKey#inspect and #oidKazuki Yamaguchi2020-05-131-0/+28
* [ruby/openssl] Look up cipher by name instead of constantBart de Water2020-05-131-3/+3
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-1316-118/+115
* [ruby/openssl] Add Marshal support to PKey objectsBart de Water2020-05-134-0/+28
* test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh2020-03-211-1/+6
* openssl: sync with upstream repositoryKazuki Yamaguchi2020-03-108-125/+210
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-231-2/+2
* Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallba...Yusuke Endoh2020-02-171-1/+0
* [ruby/openssl] test/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi2020-02-171-0/+4
* [ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithmKazuki Yamaguchi2020-02-171-10/+0
* test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsvYusuke Endoh2020-02-171-1/+3
* Revert "test/openssl/test_ts.rb: tentatively skip a failing test on CentOS 6.9"Yusuke Endoh2020-02-161-11/+9