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-02-07Update copyright yearRichard Levitte
2023-02-03Fix NULL deference when validating FFC public key.slontis
2022-10-11Update copyright yearMatt Caswell
2022-07-19ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas 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