summaryrefslogtreecommitdiff
path: root/test/ffc_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+31
* ossl_ffc_params_copy: Copy the keylength tooTomas Mraz2022-07-181-0/+34
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-181-3/+8
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-4/+4
* Deprecate more DH functionsMatt Caswell2020-11-271-0/+6
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-119/+120
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-7/+0
* Add ACVP fips module testsShane Lontis2020-06-171-78/+71
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-4/+4
* Coverity 1458438: fix uninitialised memory access.Pauli2020-02-171-1/+1
* Add FFC param/key validationShane Lontis2020-02-161-0/+650