aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ffc
Commit message (Expand)AuthorAgeFilesLines
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-9/+9
* ffc: add _ossl to exported but internal functionsPauli2020-10-066-86/+98
* Fix missing propq in ffc_params_generateShane Lontis2020-09-231-2/+2
* fix provider signaturesShane Lontis2020-09-181-13/+34
* Add fips checks for dh key agreementShane Lontis2020-09-181-18/+27
* 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-172-2/+15
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-092-1/+36
* Fix CID-1464802Shane Lontis2020-06-301-4/+4
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-192-2/+2
* Add ACVP fips module testsShane Lontis2020-06-174-111/+202
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-101-0/+9
* Update core_names.h fields and document most fields.Shane Lontis2020-05-262-2/+2
* coverity 1462548 Resource leakPauli2020-04-301-5/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-282-4/+4
* Fix some build failures with no-dhMatt Caswell2020-04-222-0/+11
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-21/+6
* Add DH keygen to providersShane Lontis2020-04-162-11/+5
* Add DSA keygen to providerShane Lontis2020-04-154-8/+135
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-252-1/+45
* Change DH_get_nid() to set the value of q if it is not already setShane Lontis2020-03-071-2/+9
* ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli2020-02-171-1/+1
* Add FFC param/key validationShane Lontis2020-02-165-28/+227
* Fix coverity issuesShane Lontis2020-02-141-9/+7
* Add FFC param/key generationShane Lontis2020-02-064-1/+1064
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-242-0/+197