aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | ts: simplify signature for TimestampFactory#additional_certs alsoBen Toews2019-10-011-16/+0
* | | | ts: simplify TimestampResponse#response signatureBen Toews2019-10-011-41/+27
* | | | ts: address minor feedback from rhenium (more changes coming)Ben Toews2019-10-011-31/+37
* | | | ts: fix windows buildBen Toews2019-10-011-11/+7
* | | | ts: clean up some memory leaksBen Toews2019-10-011-64/+80
* | | | ts: update to work with openssl 1.1.xBen Toews2019-10-011-1/+22
* | | | ts: get tests running/passingBen Toews2019-10-012-499/+490
* | | | ts: Timestamp support (3/3)Martin Bosslet2019-10-011-2/+24
* | | | ts: Timestamp support (2/3)Martin Bosslet2019-10-011-6/+6
* | | | ts: Timestamp support (1/3)Martin Bosslet2019-10-011-0/+601
* | | | simplify AKI parsing to only return keyIdentifier fieldBen Toews2019-09-272-14/+2
* | | | helpers for accessing AKI/SKI extensions of certs/crlsBen Toews2019-09-273-5/+36
* | | | Silence warning on spaceship testsEspartaco Palma2019-07-291-2/+2
* | | | x509name: return nil for wrong type in Name#<=>Andy Brody2019-07-271-0/+6
* | | | Set key_set ivar to false if encrypt/decrypt called without keyJeremy Evans2019-07-181-0/+15
* | | | Merge pull request #261 from jdhollis/add-EC_POINT_add-supportSamuel Williams2019-07-041-0/+16
|\ \ \ \
| * | | | Add EC_POINT_add supportJ.D. Hollis2019-07-031-0/+16
* | | | | Fix segfaults in OpenSSL::PKey::RSA#private_{en,de}crypt when private exp not...Jeremy Evans2019-07-031-0/+9
|/ / / /
* | | | fix doc about `OpenSSL::BN.new`thekuwayama2019-06-211-0/+1
* | | | add nil guard `OpenSSL::BN.new`thekuwayama2019-06-211-0/+3
* | | | fix RSA#export and RSA#to_der to check key, factors and crt_paramsthekuwayama2019-06-201-0/+34
* | | | fix RSA_HAS_PRIVATE to check that both `e` and `d` are not NULLthekuwayama2019-06-201-0/+18
* | | | Merge pull request #234 from mastahyeti/ext-value-derSamuel Williams2019-06-151-0/+5
|\ \ \ \
| * | | | Add OpenSSL::X509::Extension#value_der methodBen Toews2018-12-101-0/+5
* | | | | Merge pull request #235 from mastahyeti/oid-equalSamuel Williams2019-06-141-0/+26
|\ \ \ \ \
| * | | | | define equality method for ASN1::ObjectIdBen Toews2018-12-111-0/+26
| |/ / / /
* | | | | Add certificate chain file test.Samuel Williams2019-06-136-0/+52
* | | | | Skip one assertion for OpenSSL::PKey::EC::Point#mul on LibreSSLJeremy Evans2019-06-061-2/+8
* | | | | test/test_ssl.rb: Use TLS1.2Yusuke Endoh2019-06-051-0/+5
* | | | | test/test_ssl.rb: Use larger keysYusuke Endoh2019-06-051-1/+1
* | | | | Merge pull request #217 from rhenium/ky/test-fixtures-updateYusuke Endoh2019-06-058-50/+208
|\ \ \ \ \
| * | | | | test: use larger keys for SSL testsky/test-fixtures-updateKazuki Yamaguchi2018-08-168-21/+186
| * | | | | test/test_pair: fix deadlock in test_connect_accept_nonblockKazuki Yamaguchi2018-08-161-29/+22
| | |_|_|/ | |/| | |