summaryrefslogtreecommitdiff
path: root/crypto/ffc
Commit message (Expand)AuthorAgeFilesLines
* FFC cleanupsslontis2023-04-032-17/+4
* Fix FFC mdprop setting bugs.slontis2023-03-012-0/+3
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+9
* Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche2023-01-231-1/+1
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-2/+2
* ossl_ffc_params_copy: Copy the keylength tooTomas Mraz2022-07-181-0/+1
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-183-21/+38
* Update copyright yearMatt Caswell2022-05-034-4/+4
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-222-3/+1
* Move e_os.h to include/internalRichard Levitte2022-02-052-2/+2
* Do not call ossl_ffc_name_to_dh_named_group with NULL argumentTomas Mraz2022-01-171-0/+1
* Fix typosDimitris Apostolou2022-01-051-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-4/+4
* Set FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated with FIPS 186-2 genTomas Mraz2021-08-111-3/+7
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+5
* crypto: updates to pass size_t to RAND_bytes_ex()Pauli2021-06-011-2/+2
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-292-3/+3
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-133-40/+35
* 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-162-11/+5