Add functions to create an EVP_PKEY from raw private/public key data
authorMatt Caswell <matt@openssl.org>
Mon, 5 Mar 2018 14:06:41 +0000 (14:06 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 15 Mar 2018 12:47:27 +0000 (12:47 +0000)
commita08802ce296a90d8cf9032987b0dac959ccf00ad
tree25dba98c7dbf1e46afdaeeec5348016045485e20
parent9e381e8a018592a2a42e83df402e1ef921469e9f
Add functions to create an EVP_PKEY from raw private/public key data

Not all algorithms will support this, since their keys are not a simple
block of data. But many can.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5520)
crypto/err/openssl.txt
crypto/evp/evp_err.c
crypto/evp/p_lib.c
crypto/include/internal/asn1_int.h
include/openssl/evp.h
include/openssl/evperr.h
util/libcrypto.num