summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-08-22Zero memory in CRYPTO_secure_malloc.Pauli
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-08-20Add a helper routine so that evp_test can compare memory without producingPauli
2018-08-18test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre
2018-08-15Fix a bug in test_sslversionsMatt Caswell
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-15Add SHA3 HMAC test vectors from NIST.Pauli
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell
2018-08-08Add a test for unencrypted alertMatt Caswell
2018-08-07test/asn1_internal_test.c: silence the new check for the ASN1 method tableDr. Matthias St. Pierre
2018-08-07Make EVP_PKEY_asn1_new() stricter with its inputRichard Levitte
2018-08-07Relocate memcmp test.Pauli
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell
2018-07-29Add test for DSA signatures of raw digests of various sizesBryan Donlan
2018-07-26Fix ossl_shim SNI handlingBenjamin Kaduk
2018-07-20Validate legacy_versionMatt Caswell
2018-07-20Update the TLSv1.3 test vectorsMatt Caswell
2018-07-19Test early_data sent after a second ClientHello causes a failureMatt Caswell
2018-07-18Add a test for mismatch between key OID and sig algMatt Caswell
2018-07-17Skip the GOST test where appropriateMatt Caswell
2018-07-17Fix a memory leak in the ticket testMatt Caswell
2018-07-17Test that a failed resumption issues the correct number of ticketsMatt Caswell
2018-07-17Improve testing of stateful ticketsMatt Caswell
2018-07-16[test] test some important ladder corner casesBilly Brumley
2018-07-15test/.../evppkey.txt: X25519 regression test vectors.Andy Polyakov
2018-07-13Add a GOST testMatt Caswell
2018-07-11NCONF_get_number refix.Pauli
2018-07-09Add tests for the "req" command, -addext flagRich Salz
2018-07-06Add a test for the recv_max_early_data settingMatt Caswell
2018-07-05Reject duplicate -addext parametersRich Salz
2018-07-04Fix no-tls1_2Matt Caswell
2018-07-04Tests for MD5-SHA1 combined digest.Pauli
2018-07-03Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell
2018-07-03Check for NULL conf in NCONF_get_numberPauli
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell
2018-07-02Add a test for the new early data callbackMatt Caswell
2018-06-29More EVP ECC testing: positive and negativeBilly Brumley
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-27Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell
2018-06-27Add a bi-directional shutdown testMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-22Fix negative test result in sm2 testBernd Edlinger
2018-06-22recipes/90-test_shlibload.t: disable tests on AIX till further notice.Andy Polyakov
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2018-06-22testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis