r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174
authorStefan Metzmacher <metze@samba.org>
Fri, 11 Aug 2006 08:02:43 +0000 (08:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:28 +0000 (14:15 -0500)
commitd48930a02f9560640697fd57e4bba03dc0abe284
tree8c2ad86076c63789bf2a8b4ba88140e8d4604a52
parent809c9cca965841e8bce84f4b4ecf804ce793d807
r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174
- and add torture tests also based on the rfc's

metze
source/lib/basic.mk
source/lib/crypto/crypto.h
source/lib/crypto/hmacsha1.c [new file with mode: 0644]
source/lib/crypto/hmacsha1.h [new file with mode: 0644]
source/lib/crypto/hmacsha1test.c [new file with mode: 0644]
source/lib/crypto/sha1.c [new file with mode: 0644]
source/lib/crypto/sha1.h [new file with mode: 0644]
source/lib/crypto/sha1test.c [new file with mode: 0644]
source/torture/local/config.mk