]> git.ipfire.org Git - thirdparty/openssl.git/commit
Always create a key when importing
authorMatt Caswell <matt@openssl.org>
Thu, 21 May 2020 10:33:53 +0000 (11:33 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Jun 2020 10:04:11 +0000 (11:04 +0100)
commit11391da217b5d07dd30dd4c1890b5320fa56be18
tree6ba1a12ac7c160013e4b5862aab0bdf738c51aea
parent6a9bd9298bd706e3a4a40ecfa1d89f65f8592c65
Always create a key when importing

Even if there is no data to import we should still create an empty key.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11898)
crypto/evp/keymgmt_lib.c