1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/lib/crypto
Jelmer Vernooij 8773e743c5 r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
output in the testsuite rather than just True or False for a
set of tests.

The aim is to use this for:
 * known failure lists (run all tests and detect tests that
						started working or started failing). This
   would allow us to get rid of the RPC-SAMBA3-* tests
 * nicer torture output
 * simplification of the testsuite system
 * compatibility with other unit testing systems
 * easier usage of smbtorture (being able to run one test
						and automatically set up the environment for that)

This is still a work-in-progress; expect more updates over the next couple of
days.
(This used to be commit 0eb6097305)
2007-10-10 14:21:12 -05:00
..
arcfour.c r13953: make more functions public 2007-10-10 13:52:31 -05:00
crc32.c r11634: - make crc table static 2007-10-10 13:46:03 -05:00
crc32.h r11634: - make crc table static 2007-10-10 13:46:03 -05:00
crypto.h r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 2007-10-10 14:15:28 -05:00
hmacmd5.c r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocated 2007-10-10 13:57:22 -05:00
hmacmd5.h r9421: Move arcfour code into it's own file, in lib/crypto. 2007-10-10 13:33:37 -05:00
hmacmd5test.c r18357: Convert more crypto tests from using function results as initialisers. 2007-10-10 14:18:17 -05:00
hmacsha1.c r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 2007-10-10 14:15:28 -05:00
hmacsha1.h r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 2007-10-10 14:15:28 -05:00
hmacsha1test.c r18374: don't go past the end of this array 2007-10-10 14:18:20 -05:00
md4.c r13842: Make some more functions public. 2007-10-10 13:52:15 -05:00
md4.h r3462: separate out the crypto includes 2007-10-10 13:05:16 -05:00
md4test.c r18357: Convert more crypto tests from using function results as initialisers. 2007-10-10 14:18:17 -05:00
md5.c r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
md5.h r15204: Fix MD5Update prototype 2007-10-10 14:04:17 -05:00
md5test.c r18357: Convert more crypto tests from using function results as initialisers. 2007-10-10 14:18:17 -05:00
sha1.c r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 2007-10-10 14:15:28 -05:00
sha1.h r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 2007-10-10 14:15:28 -05:00
sha1test.c r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained 2007-10-10 14:21:12 -05:00