]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/exchange.c
Reduce optimization in hppa builds
[thirdparty/openssl.git] / crypto / evp / exchange.c
2023-09-07  Matt CaswellCopyright year updates
2023-07-01  Paulievp: update to structure based atomics
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-17  Paulievp: make all _is_a functions accept and handle a NULL...
2022-05-06  PauliFix Coverity 1503322, 1503324, 1503328 memory accesses
2022-05-03  Matt CaswellUpdate copyright year
2022-01-10  Tomas MrazEVP_PKEY_derive_set_peer_ex: Export the peer key to...
2021-10-27  Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-27  Richard LevitteEVP: Allow a fallback for operations that work with...
2021-10-27  Richard LevitteEVP: Add internal functions to fetch type specific...
2021-10-27  Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-06-15  Richard LevitteAdapt all public EVP_XXX_do_all_provided() for the...
2021-06-02  Paulilibcrypto: make XXX_get_number() internal
2021-06-02  Paulievp: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-18  Rich SalzStandard style for all EVP_xxx_free routines
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-31  Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-17  Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-11  Paulievp: add params arguments to init functions
2021-03-11  Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-21  Tomas MrazPass correct maximum output length to provider derive...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-10  Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-05-27  Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-08  Richard LevitteEVP: when setting the operation to EVP_PKEY_OP_UNDEFINE...
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