aboutsummaryrefslogtreecommitdiff
path: root/test/ffc_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz1-20/+18
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-06-15Fix typos found by codespellDimitri Papadopoulos1-1/+1
2023-02-07Fix NULL deference when validating FFC public key.slontis1-0/+31
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz1-0/+34
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz1-3/+8
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-26Fix external symbols related to dh keysShane Lontis1-4/+4
2020-11-27Deprecate more DH functionsMatt Caswell1-0/+6
2020-10-06ffc: add _ossl to exported but internal functionsPauli1-119/+120
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis1-7/+0
2020-06-17Add ACVP fips module testsShane Lontis1-78/+71
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis1-4/+4
2020-02-17Coverity 1458438: fix uninitialised memory access.Pauli1-1/+1
2020-02-16Add FFC param/key validationShane Lontis1-0/+650