Fix race for X509 store found by thread sanitizer
[openssl.git] / crypto / ffc /
2024-04-09 Jiasheng Jiangffc/ffc_params_generate.c: Add the check for the EVP_MD...
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-09-07 Matt CaswellCopyright year updates
2023-04-03 slontisFFC cleanups
2023-02-28 slontisFix FFC mdprop setting bugs.
2023-02-07 slontisFix NULL deference when validating FFC public key.
2023-01-23 Niels DosscheFix incorrect check on RAND_bytes_ex() in generate_q_fi...
2022-10-12 FdaSilvaYYcrypto/*: Fix various typos, repeated words, align...
2022-07-18 Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-17 Tomas MrazDo not call ossl_ffc_name_to_dh_named_group with NULL...
2022-01-05 Dimitris ApostolouFix typos
2021-10-28 x2018fix some code with obvious wrong coding style
2021-08-11 Tomas MrazSet FFC_PARAM_FLAG_VALIDATE_LEGACY on params generated...
2021-06-17 Matt CaswellUpdate copyright year
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-20 Matt CaswellUpdate copyright year
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-08 Matt CaswellUpdate copyright year
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols for bn
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-16 Tomas MrazDo not match RFC 5114 groups without q as it is significant
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-09-23 Shane LontisFix missing propq in ffc_params_generate
2020-09-18 Shane Lontisfix provider signatures
2020-09-18 Shane LontisAdd fips checks for dh key agreement
2020-09-05 Shane LontisFix coverity CID #1457935 - Check return value in ffc_p...
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-07-09 Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-30 Shane LontisFix CID-1464802
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-10 Dr. David von OheimbGenerate error queue entry on FFC_CHECK_BAD_LN_PAIR...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-04-30 Paulicoverity 1462548 Resource leak
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-22 Matt CaswellFix some build failures with no-dh
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-02-17 Pauliffc: use sizeof(*pointer) instead of sizeof(struct...
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-13 Shane LontisFix coverity issues
2020-02-06 Shane LontisAdd FFC param/key generation
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct