Rename FIPS_MODE to FIPS_MODULE
[openssl.git] / crypto / evp / exchange.c
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-03-21 Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07 Richard LevitteReorganize the internal evp_keymgmt functions
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-21 Richard LevitteEVP: clear error when falling back from failed EVP_KEYM...
2020-01-18 Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-09 Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2020-01-08 Richard LevitteEVP: If a key can't be exported to provider, fallback...
2019-11-29 Matt CaswellCheck that OPENSSL_zalloc was successful when creating...
2019-11-10 Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
2019-11-05 Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-10-17 Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-09 Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-09-03 Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-08-09 Shane LontisAdd missing SIZE_MAX define for windows
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16 Matt CaswellEnable PKCS#3 DH in the providers
2019-07-16 Matt CaswellMake the EVP Key Exchange code provider aware