summaryrefslogtreecommitdiff
path: root/lib/libc/hash
AgeCommit message (Expand)Author
2003-12-14alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henningMarkus Friedl
2003-10-03correct hash for EXAMPLES, plus some typos;Jason McIntyre
2003-09-08Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com>Todd C. Miller
2003-07-21Remove bogus static; from Hiroki SatoTodd C. Miller
2003-06-25missing const; millert okTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-05-30- section reorderJason McIntyre
2003-05-09Include string.h for memset() proto; noticed by lebel@Todd C. Miller
2003-05-08Add sha2 routines based on code by Aaron D. Gifford with minorTodd C. Miller
2003-05-08Clear the digest local var w/ memset() in the End function.Todd C. Miller
2003-05-06updated URL from Leandro Costa;Jason McIntyre
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
2002-12-23o Ansi function headersTodd C. Miller
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