aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/openssl/test_ssl: allow kRSA tests to failky/ssl-test-fixupsKazuki Yamaguchi2020-02-191-2/+7
* test/openssl/test_ssl: remove commented-out test caseKazuki Yamaguchi2020-02-191-13/+0
* test/openssl/test_ssl: avoid explicitly-sized private keysKazuki Yamaguchi2020-02-191-1/+1
* test/openssl/test_ssl: fix random failure in SSLSocket.open testKazuki Yamaguchi2020-02-191-2/+6
* test/openssl/test_ssl: remove sleep from test_finished_messagesKazuki Yamaguchi2020-02-191-2/+4
* Merge pull request #339 from rhenium/ky/ts-simplify-tsreq-get-algorithmKazuki Yamaguchi2020-02-171-10/+0
|\
| * ts: simplify OpenSSL::Timestamp::Request#algorithmky/ts-simplify-tsreq-get-algorithmKazuki Yamaguchi2020-02-171-10/+0
* | test/openssl/test_ssl: skip test_fallback_scsv if necessaryky/ssl-test-fix-fallback-scsvKazuki Yamaguchi2020-02-171-0/+4
|/
* Fixed inconsistency directory structure with ruby/ruby repoHiroshi SHIBATA2020-02-1749-0/+0
* Merge pull request #332 from mame/make-fixed_length_secure_compare-test-tolerantKazuki Yamaguchi2020-02-161-4/+7
|\
| * Make OpenSSL::OSSL#test_memcmp_timing robustYusuke Endoh2020-02-161-4/+7
* | Guard for OpenSSL::PKey::EC::Group::Error with unsupported platformsHiroshi SHIBATA2020-02-161-6/+11
|/
* Revert add_certificate_chain_file changes (#320)Hiroshi SHIBATA2020-02-161-101/+2
* Tests are failing sporadically on Darwin with EPIPE.Samuel Williams2020-02-061-2/+2
* Merge in changes to tests from upstream.Samuel Williams2020-02-061-0/+13
* Ensure that binary buffer is used at all times.Samuel Williams2020-02-061-1/+8
* Prefer `frozen_string_literal: true`.Samuel Williams2020-02-0631-47/+47
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2020-01-282-37/+37
* rm GC.disable && add {certs,pkey}.unlinkthekuwayama2020-01-251-2/+6
* modify ossl_sslctx_add_certificate_chain_file() to raise Error and to return ...thekuwayama2020-01-251-1/+75
* modify test_add_certificate_chain_file to check ssl.peer_cert and ssl.peer_ce...thekuwayama2020-01-251-2/+23
* Remove out-of-scope test.Samuel Williams2019-12-291-12/+0
* Merge in changes to tests from ruby/test/openssl.Samuel Williams2019-12-295-13/+36
* modify the document about `CertificateId.new`thekuwayama2019-12-021-0/+1
* pkey: add support for PKCS #8 key serializationKazuki Yamaguchi2019-11-251-0/+79
* check AIA extension is criticalthekuwayama2019-11-191-2/+1
* add helper to retrieve OCSP URIs from Certificatethekuwayama2019-11-191-2/+35
* add invalid extension testthekuwayama2019-11-111-0/+21
* Make OpenSSL::HMAC#== compare in constant time instead of returning falseBart de Water2019-11-041-0/+10
* Add helper to retrieve CRL URIs from a certificateBart de Water2019-11-011-0/+16
* Separate cert generation and issuance test helpersBart de Water2019-11-011-3/+12
* Fix `const_get` in test.Samuel Williams2019-11-011-1/+1
* Add support for SHA3. Resolves #272.Samuel Williams2019-11-011-7/+26
* update SSLSocket.open to match TCPSocket.open method signaturethekuwayama2019-10-311-2/+33
* add SSLSocket.openthekuwayama2019-10-311-11/+15
* add `SSLSocket.open` as alias of `SSLSocket.new`thekuwayama2019-10-311-0/+11
* Add Marshal support to X509 objectsBart de Water2019-10-296-0/+59
* Add OpenSSL.secure_compare with same semantics as Active Support >= 5.2Bart de Water2019-10-281-0/+17
* Rename OpenSSL.secure_compare to fixed_length_secure_compareBart de Water2019-10-281-18/+18
* OpenSSL::TestSSL#test_finished_messages - gracefully close clientMSP-Greg2019-10-271-2/+4
* add client_finished, client_peer_finishedthekuwayama2019-10-271-3/+7
* Rename `memcmp?` to `secure_compare`.Samuel Williams2019-10-261-18/+18
* Add test for OpenSSL::PKCS7.{read,write}_smimeJeremy Evans2019-10-081-0/+22
* Add test to ensure constant time comparison stays constantBart de Water2019-10-081-0/+17
* Add `OpenSSL.memcmp?` for constant time/timing safe string comparisonBart de Water2019-10-081-0/+28
* Add test verifying client/server finished_messagesMo Morsi2019-10-081-0/+17
* test/utils: add start_server param to specify accept callbackMo Morsi2019-10-081-0/+2
* ts: require list of allowed digest algos for FactoryBen Toews2019-10-011-2/+60
* ts: address more feedbackBen Toews2019-10-012-5/+1
* ts: move TS_TST_INFO accessors to a new Timestamp::TokenInfo classBen Toews2019-10-011-14/+62