summaryrefslogtreecommitdiffstats
path: root/crypto/evp/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-10-24 18:35:32 +0200
committerRichard Levitte <levitte@openssl.org>2018-10-29 13:35:19 +0100
commit5e55159b3adbb30482992e8fa8621e47d331d012 (patch)
tree5000f21a6deb8c79b270a3430dd064509321d4ce /crypto/evp/build.info
parent0145dd324e8fcfd2c0dfe296c12586101f0cf3b9 (diff)
Add generic EVP_PKEY_METHOD for EVP_MACs
The MAC EVP_PKEY implementations are currently implemented for each MAC. However, with the EVP_MAC API, only one such implementation is needed. This implementation takes into account the differences between HMAC and CMAC implementations, and observes that all other current MAC implementations seem to follow the HMAC model. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7393)
Diffstat (limited to 'crypto/evp/build.info')
-rw-r--r--crypto/evp/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/build.info b/crypto/evp/build.info
index e4fdedf3cc..84193b096a 100644
--- a/crypto/evp/build.info
+++ b/crypto/evp/build.info
@@ -13,7 +13,7 @@ SOURCE[../../libcrypto]=\
e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c \
e_aes_cbc_hmac_sha1.c e_aes_cbc_hmac_sha256.c e_rc4_hmac_md5.c \
e_chacha20_poly1305.c cmeth_lib.c \
- mac_lib.c c_allm.c
+ mac_lib.c c_allm.c pkey_mac.c
INCLUDE[e_aes.o]=.. ../modes
INCLUDE[e_aes_cbc_hmac_sha1.o]=../modes