summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft2018-08-221-1/+6
* Fix BoringSSL external test failuresMatt Caswell2018-08-221-1/+6
* Don't detect a downgrade where the server has a protocol version holeMatt Caswell2018-08-221-4/+11
* Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell2018-08-221-1/+11
* Zero memory in CRYPTO_secure_malloc.Pauli2018-08-221-0/+44
* Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri2018-08-211-0/+237
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-2/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-207-25/+46
* Add a helper routine so that evp_test can compare memory without producingPauli2018-08-191-38/+61
* test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre2018-08-182-2/+2
* Fix a bug in test_sslversionsMatt Caswell2018-08-151-0/+1
* Turn on TLSv1.3 downgrade protection by defaultMatt Caswell2018-08-151-4/+0
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-153-9/+3
* Add SHA3 HMAC test vectors from NIST.Pauli2018-08-151-0/+45
* Add a test for TLSv1.3 fallbackMatt Caswell2018-08-091-11/+31
* Add a test for unencrypted alertMatt Caswell2018-08-081-0/+56
* test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre2018-08-071-4/+2
* Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte2018-08-071-1/+19
* Relocate memcmp test.Pauli2018-08-072-6/+6
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-315-4/+7
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-313-80/+66
* Add test for DSA signatures of raw digests of various sizesBryan Donlan2018-07-293-2/+252
* Fix ossl_shim SNI handlingBenjamin Kaduk2018-07-261-1/+20
* Validate legacy_versionMatt Caswell2018-07-201-5/+13
* Update the TLSv1.3 test vectorsMatt Caswell2018-07-202-133/+143
* Test early_data sent after a second ClientHello causes a failureMatt Caswell2018-07-191-8/+59
* Add a test for mismatch between key OID and sig algMatt Caswell2018-07-181-17/+43
* Skip the GOST test where appropriateMatt Caswell2018-07-171-1/+5
* Fix a memory leak in the ticket testMatt Caswell2018-07-171-4/+7
* Test that a failed resumption issues the correct number of ticketsMatt Caswell2018-07-171-44/+128
* Improve testing of stateful ticketsMatt Caswell2018-07-171-4/+21
* [test] test some important ladder corner casesBilly Brumley2018-07-161-1/+12
* test/.../evppkey.txt: X25519 regression test vectors.Andy Polyakov2018-07-151-0/+38
* Add a GOST testMatt Caswell2018-07-138-1/+180
* NCONF_get_number refix.Pauli2018-07-111-0/+26
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-15/+19
* Add a test for the recv_max_early_data settingMatt Caswell2018-07-061-5/+37
* Reject duplicate -addext parametersRich Salz2018-07-061-1/+12
* Fix no-tls1_2Matt Caswell2018-07-041-2/+2
* Tests for MD5-SHA1 combined digest.Pauli2018-07-041-0/+14
* Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell2018-07-031-2/+3
* Check for NULL conf in NCONF_get_numberPauli2018-07-031-0/+31
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-6/+25
* Add a test for the new early data callbackMatt Caswell2018-07-021-14/+98
* More EVP ECC testing: positive and negativeBilly Brumley2018-06-292-1/+4367
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-6/+13
* Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell2018-06-271-6/+6
* Add a bi-directional shutdown testMatt Caswell2018-06-273-4/+146
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-265-6/+64
* Fix negative test result in sm2 testBernd Edlinger2018-06-221-1/+1