]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/ffc
HTTP: Implement persistent connections (keep-alive)
[thirdparty/openssl.git] / crypto / ffc /
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