summaryrefslogtreecommitdiff
path: root/lib/libc/hash
AgeCommit message (Expand)Author
2002-01-16compile sparc64 version of sha1.go with -O0, too. OK jason@Marco S Hyman
2001-10-29add RFC 3174 to SEE ALSO sectionTodd C. Miller
2001-10-01sync with rmd160.hMarkus Friedl
2001-10-01new rmd160 implementation. based onMarkus Friedl
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
2001-09-24get previous right...Jason Wright
2001-09-24add hack for sha1.po on sparc64, tooJason Wright
2001-09-02gcc hangs when compiling sha1 on sparc64, workaround.Artur Grabowski
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2000-12-21mdoc prefers `\e' as an escape character.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
1999-11-17Add missing MLINKsTodd C. Miller
1999-10-06- let cryptographic checksums refer to each otherMarc Espie
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-16Explicitly include <sys/types.h> and some minor style points.Todd C. Miller
1999-08-11more unescaped \n lines in nroff documentsTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-04-18Fixup of formatting in the example source codeWim Vandeputte
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-09-09Make RMD160Update a little less overzealous when fed small crumbs.janjaap
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-06-02nbytes - ofs should never be less than 0 (Oops on me)janjaap
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-02-27extra commas go foom foom foomTheo de Raadt
1997-08-24Fix compiler warnings.Todd C. Miller
1997-07-23tabify + trailing blankskstailey
1997-07-18Converting u_char[] -> u_int[] is easy on little endian machines :-)Todd C. Miller
1997-07-17Use u_int32_t not size_t.Todd C. Miller
1997-07-17TypoTodd C. Miller
1997-07-17Manpage for RMD*(3)Todd C. Miller
1997-07-17More typos.Todd C. Miller
1997-07-17Allow passing of a NULL digest to RMD160Final(3).Todd C. Miller
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller
1997-07-17Fix typoTodd C. Miller
1997-07-15Add a missing constTodd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller
1997-07-12mention usage of SHA1Final with null pointerNiels Provos
1997-07-12Minor style points.Todd C. Miller
1997-07-11Todd kant spel.Todd C. Miller
1997-07-11Install sha1(3) and links.Todd C. Miller
1997-07-11#include <sha1.h> not #include "sha1.h"Todd C. Miller
1997-07-11Man page for SHA1*Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
1996-09-30export byte swapping routine.Todd C. Miller
1996-09-30Moved definitions of BYTE and LONG in from header file.Todd C. Miller
1996-09-29Fixed standalone test mode for NEW_SHA1.Todd C. Miller