summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2021-05-27Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA
2021-03-31[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi
2021-03-16test/openssl/test_config: skip tests for .include on older OpenSSLKazuki Yamaguchi
2021-03-16test/openssl/test_cipher: skip AES-CCM tests on OpenSSL <= 1.1.1bKazuki Yamaguchi
2021-03-16[ruby/openssl] test: adjust test cases for LibreSSL 3.2.4Kazuki Yamaguchi
2021-03-16[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_infoNobuyoshi Nakada
2021-03-16[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3Jeremy Evans
2021-03-16[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_x509store: tidy up tests for X509::Store#add...Kazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_x509store: break up test_verifyKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.newKazuki Yamaguchi
2021-03-16[ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...Kazuki Yamaguchi
2021-03-16[ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...Kazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise verify_mode test casesKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cbKazuki Yamaguchi
2021-03-16[ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.Colton Jenkins
2021-03-16[ruby/openssl] User lower case cipher names for maximum compatibilityBart de Water
2021-03-16[ruby/openssl] hmac: implement base64digest methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] hmac: add a test case for OpenSSL::HMAC singleton methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: add PKey::PKey#deriveKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: support 'one-shot' signing and verificationKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: port PKey::PKey#sign and #verify to the EVP_Digest* inte...Kazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: add PKey.generate_parameters and .generate_keyKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_ssl: fix flaky test caseKazuki Yamaguchi
2021-03-16[ruby/openssl] pkey: have PKey.read parse PEM-encoded DHParameterKazuki Yamaguchi
2021-03-16[ruby/openssl] config: revert to C implementation of OpenSSL::ConfigKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: skip test_get_value_ENV on LibreSSLKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: fix non-deterministic test caseKazuki Yamaguchi
2021-03-16[ruby/openssl] test/openssl/test_config: add missing test case for Config.par...Kazuki Yamaguchi
2021-03-16[ruby/openssl] config: remove deprecated methodsKazuki Yamaguchi
2021-03-16[ruby/openssl] Define Cipher #ccm_data_len= for CCM mode ciphersSpencer McIntyre
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-08-29Fix usages of Tempfile.open(&block) that expected the file to still be there ...Benoit Daloze
2020-08-11Test out fix for OpenSSL test flakinessAlan Wu
2020-08-07Add more debug info to test_verifyKazuhiro NISHIYAMA
2020-08-06Add verbose message to random failed assertionKazuhiro NISHIYAMA
2020-05-13[ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi
2020-05-13[ruby/openssl] pkey: add PKey#inspect and #oidKazuki Yamaguchi
2020-05-13[ruby/openssl] Look up cipher by name instead of constantBart de Water
2020-05-13[ruby/openssl] Look up digest by name instead of constantBart de Water
2020-05-13[ruby/openssl] Add Marshal support to PKey objectsBart de Water
2020-03-21test/openssl/test_ssl.rb: ignore SSLError when the connection is closedYusuke Endoh
2020-03-10openssl: sync with upstream repositoryKazuki Yamaguchi
2020-02-23Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada
2020-02-17Partially revert "test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallba...Yusuke Endoh
2020-02-17[ruby/openssl] test/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi
2020-02-17[ruby/openssl] ts: simplify OpenSSL::Timestamp::Request#algorithmKazuki Yamaguchi
2020-02-17test/openssl/test_ssl.rb: skip OpenSSL::TestSSL#test_fallback_scsvYusuke Endoh
2020-02-16Revert "test/openssl/test_ts.rb: tentatively skip a failing test on CentOS 6.9"Yusuke Endoh