]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/evp/p_lib.c
Add EVP_PKEY_get0_hmac() function
authorNathaniel McCallum <npmccallum@redhat.com>
Wed, 15 Jun 2016 18:02:04 +0000 (14:02 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 16 Jun 2016 17:33:47 +0000 (13:33 -0400)
commitebad0b0beb1bb6913524549514111cbb91e6d494
tree6fd3fafba3c61156d903bfd00ac42f9d667a9351
parentf219a1b0485309b6814f00985f7bbb45e72ee374
Add EVP_PKEY_get0_hmac() function

Before the addition of this function, it was impossible to read the
symmetric key from an EVP_PKEY_HMAC type EVP_PKEY.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1217)
crypto/evp/evp_err.c
crypto/evp/p_lib.c
doc/crypto/EVP_PKEY_set1_RSA.pod
include/openssl/evp.h
util/libcrypto.num