]> git.ipfire.org Git - thirdparty/openssl.git/commit
PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
authorRichard Levitte <levitte@openssl.org>
Fri, 29 Jan 2021 03:47:47 +0000 (04:47 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Mar 2021 15:46:39 +0000 (16:46 +0100)
commite0be34beee9ef8ebab49c51581f796e013600b77
tree8c90feaa7c2e74ce966e22b1a70cdf3146fec43a
parent06f6761280285401f3aaa31502614f7c8dd0c4fb
PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function

The OSSL_FUNC_KEYMGMT_LOAD function for both plain RSA and RSA-PSS
keys now also check that the key to be loaded is the correct type,
and refuse to load it if it's not.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14314)
providers/implementations/keymgmt/rsa_kmgmt.c