summaryrefslogtreecommitdiffstats
path: root/crypto/ffc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-3/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-0/+1
* Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis2021-03-151-2/+6
* Update copyright yearMatt Caswell2021-03-112-2/+2
* Fix external symbols for bnShane Lontis2021-02-262-5/+8
* Update copyright yearMatt Caswell2021-02-181-1/+1
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-182-21/+87
* Do not match RFC 5114 groups without q as it is significantTomas Mraz2021-02-161-1/+3
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-164-12/+165
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* 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-152-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-061-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-131-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