Add hmac to fips.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 2 May 2005 22:59:41 +0000 (22:59 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 2 May 2005 22:59:41 +0000 (22:59 +0000)
Makefile.org
crypto/hmac/hmac.c
fips/Makefile
fips/fipshashes.c

index fa365f8630a0183b85b38e4bade1aedb7bbd205f..09a7b53db4a6a14d58a066132427e288246f486a 100644 (file)
@@ -187,7 +187,7 @@ SDIRS=  objects \
        buffer bio stack lhash rand err \
        evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5
 
-FDIRS= sha1 rand des aes dsa rsa dh
+FDIRS= sha1 rand des aes dsa rsa dh hmac
 
 # tests to perform.  "alltests" is a special word indicating that all tests
 # should be performed.
index 06ee80761ff46741122e97f5dcd285a2eaf21b77..2df670f245954d3e1ef7b3bec1d59b74ce31e06f 100644 (file)
@@ -61,6 +61,8 @@
 #include <openssl/hmac.h>
 #include "cryptlib.h"
 
+#ifndef OPENSSL_FIPS
+
 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
                  const EVP_MD *md, ENGINE *impl)
        {
@@ -187,3 +189,4 @@ void HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags)
        EVP_MD_CTX_set_flags(&ctx->md_ctx, flags);
        }
 
+#endif
index 2b09e03344b403ea38a8fcacbfa61490be720615..be3ab1e296d85935a4b9a7f66fdf489e3084d156 100644 (file)
@@ -25,7 +25,7 @@ CFLAGS= $(INCLUDE) $(CFLAG)
 
 LIBS=
 
-FDIRS=sha1 rand des aes dsa rsa dh
+FDIRS=sha1 rand des aes dsa rsa dh hmac
 
 GENERAL=Makefile README fips-lib.com install.com
 
index 424def70eaad2cdd589b8ba5b30667d9536889f0..7adf37a8137866293f83b68da627fab9c01dd1aa 100644 (file)
@@ -29,4 +29,5 @@ const char * const FIPS_source_hashes[] = {
 "HMAC-SHA1(sha1/asm/fips-sx86-elf.s)= ae66fb23ab8e1a2287e87a0a2dd30a4b9039fe63",
 "HMAC-SHA1(sha1/fips_sha_locl.h)= c1b4c82eec5f0ee119658456690f3ea9d77ed1c5",
 "HMAC-SHA1(sha1/fips_md32_common.h)= 08a057a7b94acf5df4301ea6c894ce14082e1ec4",
+"HMAC-SHA1(hmac/fips_hmac.c)= a477cec1da76c0092979c4a875b6469339bff7ef",
 };