]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add additional EVP_SKEY helpers
authorSimo Sorce <simo@redhat.com>
Tue, 14 Jan 2025 22:53:28 +0000 (17:53 -0500)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 15 Feb 2025 17:51:31 +0000 (18:51 +0100)
commitfc00d9b7b1a4f358fa25e0bc73a5da6763c8b6be
tree10fe442d206b02f0000fd4dd76b60fff78686470
parent71debb7b84f16e268237707931bfff90052a133e
Add additional EVP_SKEY helpers

EVP_SKEY_is_a() allows to check if a key is of a specific type.
EVP_SKEY_to_provider() provides an easy way to move a key to a
different provider.

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26753)
crypto/evp/s_lib.c
doc/man3/EVP_SKEY.pod
include/openssl/evp.h
util/libcrypto.num