summaryrefslogtreecommitdiffstats
path: root/source4/lib/crypto/hmacsha1test.c
Commit message (Collapse)AuthorAgeFilesLines
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 5e814287ba475e12f8cc934fdd09b199dcdfdb86)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r18374: don't go past the end of this arrayAndrew Tridgell2007-10-101-2/+0
| | | | | should fix the intermittend failure of the HMACSHA1 test (This used to be commit 09014e1102ca5ada1e6f0f82506dc3cf81fc037d)
* r18357: Convert more crypto tests from using function results as initialisers.Andrew Bartlett2007-10-101-33/+33
| | | | | | | (Fails on older Unix C compilers) Andrew Bartlett (This used to be commit a4cc13a93fc2f18bfb266603617e14d1cc7ceecf)
* r17490: add all test values from rfc 2202Stefan Metzmacher2007-10-101-12/+66
| | | | | metze (This used to be commit d3e2e1af80c419ca0008e400b3d8899f2e0d0d83)
* r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher2007-10-101-0/+46
- and add torture tests also based on the rfc's metze (This used to be commit d48930a02f9560640697fd57e4bba03dc0abe284)