summaryrefslogtreecommitdiffstats
path: root/include/internal/ffc.h
AgeCommit message (Expand)Author
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte
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-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis
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-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-02-16Add FFC param/key validationShane Lontis
2020-02-07Fix no-dhMatt Caswell
2020-02-06Add FFC param/key generationShane Lontis
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis