summaryrefslogtreecommitdiffstats
path: root/crypto/ffc/ffc_params_generate.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
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-05-03Update copyright yearMatt Caswell
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-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-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols for bnShane Lontis
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
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-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-06-30Fix CID-1464802Shane Lontis
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-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-15Add DSA keygen to providerShane Lontis
2020-02-16Add FFC param/key validationShane Lontis
2020-02-14Fix coverity issuesShane Lontis
2020-02-06Add FFC param/key generationShane Lontis