]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/keymgmt_lib.c
Copyright year updates
[thirdparty/openssl.git] / crypto / evp / keymgmt_lib.c
2023-09-07  Matt CaswellCopyright year updates
2023-05-29  Matt CaswellDon't take a write lock when freeing an EVP_PKEY
2022-11-15  Simo SorcePropagate selection all the way on key export
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03  Matt CaswellUpdate copyright year
2022-01-14  manisonEVP: fix evp_keymgmt_util_match so that it actually...
2021-10-27  Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-10-16  Richard LevitteFix lock leak in evp_keymgmt_util_export_to_provider()
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-06-09  Paulikeymgmt: better detect when a key manager can be reused
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-23  Richard LevitteEVP: evp_keymgmt_util_try_import() should clean up...
2021-04-19  Matt CaswellRemove a TODO(3.0) from keymgmt_lib.c
2021-04-15  Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
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-03-17  Tomas Mrazevp_keymgmt_util_copy: Fix possible leak on copy failure
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-02-18  Matt CaswellUpdate copyright year
2021-02-07  PauliFix race condition & allow operation cache to grow.
2021-02-05  Richard LevitteEVP: Make EVP_PKEY_set_params() increment the dirty...
2021-02-02  Matt CaswellEnsure the EVP_PKEY operation_cache is appropriately...
2020-09-12  Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-07-24  Richard LevitteEVP KEYMGMT utils: Make a few more utility functions...
2020-06-05  Matt CaswellAlways create a key when importing
2020-05-27  Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-04-29  Richard LevitteEVP: Fix evp_keymgmt_util_copy() for to->keymgmt =...
2020-04-25  Paulikeymgmt: convert to use the params modification detection.
2020-04-23  Matt CaswellUpdate copyright year
2020-04-23  Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-03-25  Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-12  Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-02  Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02  Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02  Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
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-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07  Richard LevitteReorganize the internal evp_keymgmt functions
2020-02-04  Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-02-02  Richard LevitteEVP: Small refactor of keymgmt library code
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...
2019-11-14  Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-07  Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-01  jayaramfix for Missing null check after OPENSSL_zalloc
2019-10-17  Richard Levitteevp_keymgmt_export_to_provider(): adjust OSSL_PARAM...
2019-10-17  Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-07-22  Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22  Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22  Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...