]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/keymgmt_meth.c
Security hardening: Expose Build flags for Position Independed Execution (PIE)
[thirdparty/openssl.git] / crypto / evp / keymgmt_meth.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-15  Matt CaswellMove discovery of the legacy alg type into the keymgmt
2023-09-07  Matt CaswellCopyright year updates
2023-08-10  MscVZoltanDon't use C++ reserved word template for function arguments
2023-07-01  Paulievp: update to structure based atomics
2023-03-31  afshinpirIncorrect null pointer check
2023-02-24  Ingo FranzkiAdd OSSL_FUNC_keymgmt_im/export_types function that...
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  PauliRemove the _fetch_by_number functions
2021-10-27  Richard LevitteEVP: Add evp_keymgmt_fetch_from_prov()
2021-06-29  Richard LevitteENCODER & DECODER: Make a tighter coupling between...
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-01  Tomas MrazRename all getters to use get/get0 in name
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-15  Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15  Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15  Tomas MrazImplement provider-side keymgmt_dup function
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-14  Tomas Mrazkeymgmt_meth: remove two TODO 3.0
2021-03-11  Paulievp: add params argument to key manager's gen_init...
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-02-18  Matt CaswellUpdate copyright year
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
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-09-17  Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-06  Pauligettables: core changes to pass the provider context.
2020-07-24  Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24  Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-19  Matt CaswellMake sure we save the copy function when registering...
2020-05-07  Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-17  Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-15  Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-03-12  Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-02  Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02  Richard LevitteKEYMGMT: Add a keydata matching function
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-07  Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07  Richard LevitteReorganize the internal evp_keymgmt functions
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-17  Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-17  Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
2020-01-09  Richard LevitteCORE & EVP: Specify OP_query_operation_name() for KEYMGMT
2019-11-10  Richard LevitteFinal cleanup after move to leaner EVP_PKEY methods
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-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-07-23  Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...