From 9bf498263765328011ee105e5e7b3e1cc1b2bc3f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 25 Aug 2014 02:19:32 +0200 Subject: Experimental HMAC-SHA1 implementation This adds experimental support for +hmac-sha1 methods. It currently depends on OpenSSL and is not yet ready for production use. --- src/crypto/mac/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/crypto/mac/CMakeLists.txt') diff --git a/src/crypto/mac/CMakeLists.txt b/src/crypto/mac/CMakeLists.txt index 971c04b..77c813b 100644 --- a/src/crypto/mac/CMakeLists.txt +++ b/src/crypto/mac/CMakeLists.txt @@ -60,6 +60,7 @@ endmacro(fastd_mac_impl_compile_flags) add_subdirectory(ghash) +add_subdirectory(hmac_sha1) set(MAC_DEFINITIONS "") -- cgit v1.2.3