aboutsummaryrefslogtreecommitdiff
path: root/test/recipes
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Fix no-dso buildsMatt Caswell1-0/+1
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono1-0/+16
2019-01-21Rework building: adapt some scriptsRichard Levitte1-20/+5
2019-01-21Fix a memory leak in the mem bioCorey Minyard1-0/+12
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell1-4/+28
2019-01-06Fix no-cmacMatt Caswell1-3/+3
2019-01-04Test atexit handlersMatt Caswell1-9/+36
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger1-1/+3
2018-12-12Add RFC5297 AES-SIV supportTodd Short2-1/+45
2018-12-11Add an Ed448 malleability testMatt Caswell1-0/+7
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte168-168/+168
2018-12-06Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2-3/+2
2018-12-03Add an Ed25519 signature maleability testMatt Caswell1-0/+8
2018-11-27Don't test the collected system errors when configured to not have themRichard Levitte1-0/+3
2018-11-24Avoid test_errstr in a cross compiled configurationRichard Levitte1-0/+9
2018-11-23Add an error message test recipes for system error messagesRichard Levitte1-0/+66
2018-11-20Update copyright yearMatt Caswell9-9/+9
2018-11-14Fix no-ec and no-tls1_2Matt Caswell1-0/+1
2018-11-14Fix rpath-related Linux "test_shlibload" failure.Richard Levitte1-8/+19
2018-11-14KMAC implementation using EVP_MACShane Lontis1-0/+86
2018-11-12Fix SipHash init order.Richard Levitte1-1/+1
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz1-1/+1
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre13-39/+0
2018-11-05Add poly1305 MAC supportPaul Yang1-0/+20
2018-11-05GMAC implementationPauli1-0/+69
2018-10-30Have a couple of SipHash test uses the EVP_PKEY methodRichard Levitte1-1/+9
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte1-1/+1
2018-10-30Make sure at least one HMAC test still uses the EVP_PKEY methodRichard Levitte1-1/+1
2018-10-30Make sure at least one CMAC test still uses the EVP_PKEY methodRichard Levitte1-1/+1
2018-10-29test/evp_test.c: don't misuse pkey_test_ctrl() in mac_test_run()Richard Levitte1-2/+1
2018-10-03Refactor util/mkdef.pl for clearer separation of functionalityRichard Levitte1-2/+3
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli1-0/+1
2018-09-11Update copyright yearMatt Caswell7-7/+7
2018-09-09TESTS: add test of decoding of invalid zero length ASN.1 INTEGER zeroRichard Levitte1-0/+12
2018-09-09TESTS: add SipHash tests with digestsize controlsRichard Levitte1-0/+32
2018-09-07Do not reset SNI data in SSL_do_handshake()Matt Caswell1-2/+6
2018-09-04Fix HMAC SHA3-224 and HMAC SHA3-256.Pauli1-0/+36
2018-09-04Make OBJ_NAME case insensitive.Pauli2-1/+56
2018-09-03[test] throw error from wrapper function instead of an EC_METHOD specific oneBilly Brumley2-85/+85
2018-09-03[test] ECC: make sure negative tests pass for the right reasonsBilly Brumley2-0/+170
2018-08-22Don't detect a downgrade where the server has a protocol version holeMatt Caswell1-4/+11
2018-08-22Test that a client protocol "hole" doesn't get detected as a downgradeMatt Caswell1-1/+11
2018-08-21Replace GFp ladder implementation with ladd-2002-it-4 from EFDNicola Tuveri1-0/+237
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-1/+1
2018-08-18test/recipes/30-test_evp_data: fix two typosDr. Matthias St. Pierre2-2/+2
2018-08-15Fix a bug in test_sslversionsMatt Caswell1-0/+1
2018-08-15Turn on TLSv1.3 downgrade protection by defaultMatt Caswell1-4/+0
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2-6/+2
2018-08-15Add SHA3 HMAC test vectors from NIST.Pauli1-0/+45
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell1-11/+31