summaryrefslogtreecommitdiffstats
path: root/crypto/ffc
AgeCommit message (Expand)Author
9 daysfips: zeroization of public security parameters (PSPs)Dimitri John Ledkov
2024-04-09ffc/ffc_params_generate.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-04-03FFC cleanupsslontis
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-01-23Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-18Use as small dh key size as possible to support the securityTomas 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
2022-01-17Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz
2022-01-05Fix typosDimitris Apostolou
2021-10-28fix some code with obvious wrong coding stylex2018
2021-08-11Set FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated with FIPS 186-2 genTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01crypto: updates to pass size_t to RAND_bytes_ex()Pauli
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-20Update copyright yearMatt Caswell
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-08Update copyright yearMatt Caswell
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