Age | Commit message (Expand) | Author |
2004-04-28 | Don't build lib/libc/md, build md[45] in lib/libc/hash instead. | Todd C. Miller |
2004-04-28 | md[45] man page | Todd C. Miller |
2004-04-28 | Xr sha2(3) | Todd C. Miller |
2004-04-28 | PD md4 code derived from Colin Plumb's md5 routines. | Todd C. Miller |
2004-04-28 | Rename members of struct MD5Context to match other hash routines. | Todd C. Miller |
2004-04-28 | PD version of md5(3) based on code written by Colin Plumb. | 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-03-31 | remove sparc64/gcc2 workaround. | Brad Smith |
2003-12-14 | alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning | Markus Friedl |
2003-10-03 | correct hash for EXAMPLES, plus some typos; | Jason McIntyre |
2003-09-08 | Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> | Todd C. Miller |
2003-07-21 | Remove bogus static; from Hiroki Sato | Todd C. Miller |
2003-06-25 | missing const; millert ok | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-05-30 | - section reorder | Jason McIntyre |
2003-05-09 | Include string.h for memset() proto; noticed by lebel@ | Todd C. Miller |
2003-05-08 | Add sha2 routines based on code by Aaron D. Gifford with minor | Todd C. Miller |
2003-05-08 | Clear the digest local var w/ memset() in the End function. | Todd C. Miller |
2003-05-06 | updated URL from Leandro Costa; | Jason McIntyre |
2003-01-08 | Move the rounds into separate functions on sparc64 so gcc's optimizer | Todd C. Miller |
2002-12-23 | o Ansi function headers | Todd C. Miller |
2002-01-16 | compile sparc64 version of sha1.go with -O0, too. OK jason@ | Marco S Hyman |
2001-10-29 | add RFC 3174 to SEE ALSO section | Todd C. Miller |
2001-10-01 | sync with rmd160.h | Markus Friedl |
2001-10-01 | new rmd160 implementation. based on | Markus Friedl |
2001-09-25 | Also build the .so version of sha1 without optimization. | Dale Rahn |
2001-09-24 | get previous right... | Jason Wright |
2001-09-24 | add hack for sha1.po on sparc64, too | Jason Wright |
2001-09-02 | gcc hangs when compiling sha1 on sparc64, workaround. | Artur Grabowski |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2000-12-21 | mdoc prefers `\e' as an escape character. | Aaron Campbell |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-10-06 | - let cryptographic checksums refer to each other | Marc Espie |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-08-16 | Explicitly include <sys/types.h> and some minor style points. | Todd C. Miller |
1999-08-11 | more unescaped \n lines in nroff documents | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-05-25 | kill some old macros | Aaron Campbell |
1999-05-25 | punctuation | Aaron Campbell |
1999-04-18 | Fixup of formatting in the example source code | Wim Vandeputte |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-09-09 | Make RMD160Update a little less overzealous when fed small crumbs. | janjaap |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller |
1998-06-02 | nbytes - ofs should never be less than 0 (Oops on me) | janjaap |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap |
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller |