summaryrefslogtreecommitdiffstats
path: root/crypto/ffc
AgeCommit message (Expand)Author
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols for bnShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-16Do not match RFC 5114 groups without q as it is significantTomas Mraz
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-09-23Fix missing propq in ffc_params_generateShane Lontis
2020-09-18fix provider signaturesShane Lontis
2020-09-18Add fips checks for dh key agreementShane Lontis
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-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-06-30Fix CID-1464802Shane 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-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-04-30coverity 1462548 Resource leakPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-22Fix some build failures with no-dhMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-07Change DH_get_nid() to set the value of q if it is not already setShane Lontis
2020-02-17ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.Pauli
2020-02-16Add FFC param/key validationShane Lontis
2020-02-14Fix coverity issuesShane Lontis
2020-02-06Add FFC param/key generationShane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis