aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ffc/ffc_params.c
Commit message (Expand)AuthorAgeFilesLines
* fips: zeroization of public security parameters (PSPs)Dimitri John Ledkov2024-05-131-0/+8
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* FFC cleanupsslontis2023-04-031-8/+1
* Fix FFC mdprop setting bugs.slontis2023-03-011-0/+2
* ossl_ffc_params_copy: Copy the keylength tooTomas Mraz2022-07-181-0/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+0
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-34/+16
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-0/+1
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-6/+2
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-31/+32
* Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...Shane Lontis2020-09-051-4/+6
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-171-0/+8
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-1/+1
* Add ACVP fips module testsShane Lontis2020-06-171-0/+59
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-3/+3
* Fix some build failures with no-dhMatt Caswell2020-04-221-0/+5
* Add DH keygen to providersShane Lontis2020-04-161-2/+1
* Add DSA keygen to providerShane Lontis2020-04-151-4/+81
* ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli2020-02-171-1/+1
* Add FFC param/key generationShane Lontis2020-02-061-0/+1
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-0/+191