summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/hmacmd5test.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-3/+3
(This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r18357: Convert more crypto tests from using function results as initialisers.Andrew Bartlett1-33/+33
(Fails on older Unix C compilers) Andrew Bartlett (This used to be commit a4cc13a93fc2f18bfb266603617e14d1cc7ceecf)
2007-10-10r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202Stefan Metzmacher1-0/+99
metze (This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432)