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)
Showing
- crypto/evp/evp_err.c 2 additions, 0 deletionscrypto/evp/evp_err.c
- crypto/evp/p_lib.c 12 additions, 0 deletionscrypto/evp/p_lib.c
- doc/crypto/EVP_PKEY_set1_RSA.pod 6 additions, 5 deletionsdoc/crypto/EVP_PKEY_set1_RSA.pod
- include/openssl/evp.h 3 additions, 0 deletionsinclude/openssl/evp.h
- util/libcrypto.num 1 addition, 0 deletionsutil/libcrypto.num
Please register or sign in to comment