summaryrefslogtreecommitdiffstats
path: root/test/ffc_internal_test.c
AgeCommit message (Expand)Author
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-02-07Fix NULL deference when validating FFC public key.slontis
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dh keysShane Lontis
2020-11-27Deprecate more DH functionsMatt Caswell
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-06-17Add ACVP fips module testsShane Lontis
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-02-17Coverity 1458438: fix uninitialised memory access.Pauli
2020-02-16Add FFC param/key validationShane Lontis