EVP_MAC: Add HMAC implementation
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Oct 2018 19:20:00 +0000 (21:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Oct 2018 04:49:54 +0000 (05:49 +0100)
commit6723f86746ab7e8ff9a914603db4f85c53eafc7c
tree55d8bd25665c11ea596d0fa7d4dd913ecc8f330b
parent56adb7d93721a72bfae532845cbebc4a565ceb65
EVP_MAC: Add HMAC implementation

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7483)
crypto/evp/c_allm.c
crypto/hmac/build.info
crypto/hmac/hm_meth.c [new file with mode: 0644]
crypto/include/internal/evp_int.h
doc/man3/EVP_MAC.pod
doc/man7/EVP_MAC_HMAC.pod [new file with mode: 0644]
include/openssl/evp.h