summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-09-11Update copyright yearMatt Caswell
2018-09-10test/evp_extra_test.c: fix null pointer dereferenceDr. Matthias St. Pierre
2018-09-10test/dhtest.c: fix resource leakDr. Matthias St. Pierre
2018-09-09TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte
2018-09-09TESTS: add SipHash tests with digestsize controlsRichard Levitte
2018-09-09test/evp_test.c: make it possible to use controls with MAC testsRichard Levitte
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell
2018-09-07Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell
2018-09-07Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx
2018-09-07Add test case for SM2 evp verificationJack Lloyd
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Make SM2 ID stick to specificationPaul Yang
2018-09-06Key zeroization fix for EVP_SealInit + added simple testShane Lontis
2018-09-04Add a test for RSA key exchange with both RSA and RSA-PSS certsMatt Caswell
2018-09-04Test creation of tickets when using a TLSv1.3 PSKMatt Caswell
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli
2018-09-04Make OBJ_NAME case insensitive.Pauli
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley
2018-09-03[test] ECC: make sure negative tests pass for the right reasonsBilly Brumley
2018-09-03Fix the comment of PEM_read_bio_exwzhang
2018-08-22Extend dladdr() for AIX, consequence from changes for openssl#6368.Matthias Kraft
2018-08-22Fix BoringSSL external test failuresMatt Caswell
2018-08-22Don't detect a downgrade where the server has a protocol version holeMatt Caswell
2018-08-22Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell
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