aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\