aboutsummaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2016-06-15 14:02:04 -0400
committerRich Salz <rsalz@openssl.org>2016-06-16 13:33:47 -0400
commitebad0b0beb1bb6913524549514111cbb91e6d494 (patch)
tree6fd3fafba3c61156d903bfd00ac42f9d667a9351 /util/libcrypto.num
parentf219a1b0485309b6814f00985f7bbb45e72ee374 (diff)
downloadopenssl-ebad0b0beb1bb6913524549514111cbb91e6d494.tar.gz
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)
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 44e0a655b3..ef5dcde7d4 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4149,3 +4149,4 @@ PEM_write_bio_PrivateKey_traditional 4091 1_1_0 EXIST::FUNCTION:
X509_get_pathlen 4092 1_1_0 EXIST::FUNCTION:
ECDSA_SIG_set0 4093 1_1_0 EXIST::FUNCTION:EC
DSA_SIG_set0 4094 1_1_0 EXIST::FUNCTION:DSA
+EVP_PKEY_get0_hmac 4095 1_1_0 EXIST::FUNCTION: