summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
2019-01-21Rework building: adapt some scriptsRichard Levitte
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2019-01-06Fix no-cmacMatt Caswell
2019-01-04Test atexit handlersMatt Caswell
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-11Add an Ed448 malleability testMatt Caswell
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte
2018-12-03Add an Ed25519 signature maleability testMatt Caswell
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte
2018-11-23Add an error message test recipes for system error messagesRichard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-11-14Fix no-ec and no-tls1_2Matt Caswell
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-12Fix SipHash init order.Richard Levitte
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-09TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte
2018-09-09TESTS: add SipHash tests with digestsize controlsRichard Levitte
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt 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-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-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
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-07-29Add test for DSA signatures of raw digests of various sizesBryan Donlan