summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-07-10 14:30:55 +0200
committerRichard Levitte <levitte@openssl.org>2019-07-22 06:19:42 +0200
commit4cae07fef3b24bee1646f6085c52175ef3755d5b (patch)
tree084300563983a7a7010c5237520b075e2642c962 /crypto/include/internal
parentd0ea49a820e02713bbe8892a333f2552da633b16 (diff)
Add evp_keymgmt_clear_pkey_cache() and use it
This function clears the cache of provider key references, and is used in evp_keymgmt_export_to_provider() when the internal key is dirty, as well as by EVP_PKEY_free_it(). Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9312)
Diffstat (limited to 'crypto/include/internal')
-rw-r--r--crypto/include/internal/evp_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h
index ff9b6e545b..af273f2bf3 100644
--- a/crypto/include/internal/evp_int.h
+++ b/crypto/include/internal/evp_int.h
@@ -560,8 +560,9 @@ void openssl_add_all_kdfs_int(void);
void evp_cleanup_int(void);
void evp_app_cleanup_int(void);
+/* KEYMGMT helper functions */
void *evp_keymgmt_export_to_provider(EVP_PKEY *pk, EVP_KEYMGMT *keymgmt);
-
+void evp_keymgmt_clear_pkey_cache(EVP_PKEY *pk);
/* Pulling defines out of C source files */