summaryrefslogtreecommitdiffstats
path: root/crypto/ffc/ffc_params.c
AgeCommit message (Expand)Author
2024-05-13fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov
2023-09-07Copyright year updatesMatt Caswell
2023-04-03FFC cleanupsslontis
2023-03-01Fix FFC mdprop setting bugs.slontis
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-09-05Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...Shane Lontis
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-17Add ACVP fips module testsShane Lontis
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-22Fix some build failures with no-dhMatt Caswell
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-02-17ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli
2020-02-06Add FFC param/key generationShane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis