summaryrefslogtreecommitdiff
path: root/include/internal/ffc.h
Commit message (Expand)AuthorAgeFilesLines
* FFC cleanupsslontis2023-04-031-1/+1
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+1
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-181-1/+4
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-5/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-2/+6
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+1
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-4/+16
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-7/+7
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-69/+77
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-171-2/+4
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+1
* Add ACVP fips module testsShane Lontis2020-06-171-20/+35
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-2/+0
* Add DH keygen to providersShane Lontis2020-04-161-3/+4
* Add DSA keygen to providerShane Lontis2020-04-151-1/+14
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-0/+3
* Add FFC param/key validationShane Lontis2020-02-161-8/+33
* Fix no-dhMatt Caswell2020-02-071-7/+12
* Add FFC param/key generationShane Lontis2020-02-061-0/+69
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-0/+1
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-0/+57