EVP: Adapt EVP_PKEY Seal and Open for provider keys
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Jan 2020 23:04:56 +0000 (00:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 25 Jan 2020 12:16:09 +0000 (13:16 +0100)
commit9420b403b72ecd74f55804f494346c926aa609c9
treec3c8ee361a7fb4f02f8a6d6727de226938743f59
parent3472082b4b6d73e0803a7c47f03e96ec0a69f77b
EVP: Adapt EVP_PKEY Seal and Open for provider keys

This affects the following function, which can now deal with provider
side keys:

- EVP_SealInit()
- EVP_OpenInit()

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10808)
CHANGES
crypto/evp/build.info
crypto/evp/p_open.c
crypto/evp/p_seal.c
include/openssl/evp.h
util/libcrypto.num