Age | Commit message (Expand) | Author |
2004-06-22 | Make the `filename' parameter to HASHFile() and HASHFileChunk() const | Jean-Francois Brousseau |
2004-05-05 | Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF. | Todd C. Miller |
2004-05-03 | Use KNF indentation style and do some u_char -> u_int8_t conversion | Todd C. Miller |
2004-05-03 | Add Pad and FileChunk functions for each family of hash functions. | Todd C. Miller |
2004-04-29 | Undo some recent prototype changes; it is legal to pass the helper | Todd C. Miller |
2004-04-27 | Make the bit count u_int64_t instead of two u_int32_t. Adapted from | Todd C. Miller |
2004-04-26 | Use a common source file for all the hash helper functions that | Todd C. Miller |
2004-01-22 | Remove unnecessary typedef usage. | Marc Espie |
2003-10-07 | corrent __bounded__ attribute for the *Data functions, and add | Anil Madhavapeddy |
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | Anil Madhavapeddy |
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy |
2002-12-23 | o Ansi function headers | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
1999-02-03 | Add some useful defines (used by ssyslog). | Angelos D. Keromytis |
1997-07-15 | Add a missing const | Todd C. Miller |
1997-07-12 | Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3). | Todd C. Miller |
1997-07-10 | Be consistent wrt unsigned vs. u_* | Todd C. Miller |
1997-07-10 | Different sha1 functions (taken from netinet's if_sha1.c) that | Todd C. Miller |
1996-09-30 | export byte swapping routine. | Todd C. Miller |
1996-09-30 | Protect prototypes with __P. | Todd C. Miller |
1996-09-29 | Add function prototypes. | Todd C. Miller |
1996-09-29 | Added sha1 (secure hash function). | Todd C. Miller |