aboutsummaryrefslogtreecommitdiff
path: root/sources.cmake
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Check for trailing data in extensions.David Benjamin1-0/+7
2021-04-08Remove remnants of CBC SHA2 cipher suites.David Benjamin1-3/+0
2021-03-01Move PKCS#12 samples to embed_test_data.David Benjamin1-0/+9
2021-01-26Add basic BLAKE2b-256 support.Adam Langley1-0/+1
2020-11-02Add AES-GCM AEADs with internal nonce generation.Adam Langley1-0/+2
2020-09-18Add X509_get_pathlen and X509_REVOKED_get0_extensions.David Benjamin1-0/+6
2020-07-27Implement HPKE.Daniel McArdle1-0/+1
2020-06-19Fix x509v3_cache_extensions error-handling.David Benjamin1-0/+24
2020-06-18Move crypto/x509 test data into its own directory.David Benjamin1-7/+7
2019-12-16Import Wycheproof primality tests.David Benjamin1-0/+1
2019-12-16Import Wycheproof PKCS#1 decrypt tests.David Benjamin1-0/+3
2019-12-16Import Wycheproof OAEP tests.David Benjamin1-0/+18
2019-12-16Import Wycheproof PKCS#1 signing tests.David Benjamin1-0/+1
2019-12-16Import Wycheproof's size-specific RSA PKCS#1 verifying tests.David Benjamin1-0/+9
2019-12-16Import Wycheproof XChaCha20-Poly1305 tests.David Benjamin1-0/+1
2019-12-16Import Wycheproof HMAC tests.David Benjamin1-0/+5
2019-12-16Import Wycheproof HKDF tests.David Benjamin1-0/+4
2019-10-15Extract and test the deterministic part of Miller-Rabin.David Benjamin1-0/+1
2019-09-16Add AES-192-GCM support to EVP_AEAD.Adam Langley1-0/+1
2019-07-10Add SipHash-2-4.Adam Langley1-0/+1
2019-06-13Add AES-KWPAdam Langley1-0/+1
2018-08-10Add new curve/hash ECDSA combinations from Wycheproof.David Benjamin1-0/+2
2018-08-10Add RSA-PSS tests from Wycheproof.David Benjamin1-0/+7
2018-08-10Use newly-sharded ECDH tests.David Benjamin1-1/+4
2018-08-09Add XChaCha20-Poly1305 AEAD.Adam Langley1-0/+1
2018-07-30Add ECDH_compute_key_fips inside the module.Adam Langley1-1/+1
2018-06-28Remove SSL 3.0 implementation.David Benjamin1-3/+0
2018-05-15Support 3DES-CMAC.David Benjamin1-0/+4
2018-05-15Add a driver for Wycheproof CMAC tests.David Benjamin1-0/+1
2018-05-07Rename third_party/wycheproof to satisfy a bureaucrat.David Benjamin1-16/+16
2018-05-04Update Wycheproof, add keywrap tests, and fix a bug.David Benjamin1-0/+1
2018-05-02Add a Wycheproof driver for AES-CBC.David Benjamin1-0/+1
2018-05-01Add an ECDH Wycheproof driver.David Benjamin1-0/+1
2018-05-01Add AEAD Wycheproof drivers.David Benjamin1-0/+3
2018-04-30Add a DSA Wycheproof driver.David Benjamin1-0/+1
2018-04-30Add Ed25519 Wycheproof driver.David Benjamin1-0/+1
2018-04-27Add ECDSA and RSA verify Wycheproof drivers.David Benjamin1-0/+7
2018-04-27Add a test driver for Wycheproof's x25519_test.json.David Benjamin1-0/+1
2018-03-27Add some EC base point multiplication test vectors.David Benjamin1-0/+1
2018-03-02Add M=8 L=2 AES-128-CCM as well.David Benjamin1-0/+1
2018-02-16Add AES_128_CCM AEAD.Steven Valdez1-0/+1
2017-09-20Add a test for lots of names and constraints.David Benjamin1-0/+7
2017-06-12Implement scrypt from RFC 7914.David Benjamin1-0/+1
2017-06-09Convert p256-x86_64_test to GTest.David Benjamin1-0/+1
2017-06-08Convert evp_test to GTest.David Benjamin1-0/+1
2017-06-07Convert ECDSA tests to GTest.David Benjamin1-0/+2
2017-06-05Convert bn_test to GTest.David Benjamin1-0/+1
2017-06-01Convert a number of tests to GTest.David Benjamin1-0/+35
2017-05-23Convert ed25519_test to GTest.David Benjamin1-0/+1
2017-05-23Convert aes_test to GTest.David Benjamin1-0/+10