Age | Commit message (Expand) | Author |
2015-02-21 | update siphash manpages to reflect change in return type spelling. | Ted Unangst |
2015-02-20 | Use standard spelling for types, and rename local variable from "free". | Ted Unangst |
2015-02-07 | userland gets static on functions only used within a file. | David Gwynne |
2015-02-05 | macro fixes from Kaspars at Bankovskis dot net; | Ingo Schwarze |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-15 | Use explicit_bzero instead of memset in hash Final and End functions. | Todd C. Miller |
2014-12-19 | be like the kernel and only unroll if not small | Ted Unangst |
2014-12-19 | i386 unrolling blows up the media in a big way, due to -Os for | Theo de Raadt |
2014-12-18 | only unroll on i386 and amd64 (where confirmed to be much faster). | Ted Unangst |
2014-12-17 | unroll loops. much faster on amd64. ok deraadt millert | Ted Unangst |
2014-12-08 | typo | Theo de Raadt |
2014-12-08 | more libc, less kernel documentation | Ted Unangst |
2014-12-08 | tweak recommendation to use arc4random_buf | Ted Unangst |
2014-12-08 | add siphash from the kernel to libc | Ted Unangst |
2014-11-26 | macro cleanup; from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-16 | add some missing .An macros and remove some obsolete .Tn | Ingo Schwarze |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-20 | From ISO/IEC 9899:1999 and 9899:201x, | Philip Guenther |
2014-04-03 | put $OpenBSD$ back.. notice by philip. | Bob Beck |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-03-23 | Remove the MD4 functions. | Christian Weisgerber |
2014-01-08 | calling HashFinal with a null digest should crash, not be silently ignored | Ted Unangst |
2014-01-08 | rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support | Theo de Raadt |
2013-12-22 | remove unneeded check for null context. ok deraadt gilles millert | Ted Unangst |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-15 | SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a | Todd C. Miller |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-07 | add const where missing | Ted Unangst |
2012-08-27 | Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad | Miod Vallat |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2010-07-13 | update our recommended hash function to sha256 and note md5 is broken. | Ted Unangst |
2010-07-13 | no more rmd160(1); | Jason McIntyre |
2010-01-08 | plug a file descriptor leak in HASHFileChunk(). | Owain Ainsworth |
2009-04-15 | allow building without SHA384 and SHA512 (i.e. SHA256 only) with | Damien Miller |
2008-09-12 | the last example doesn't need a ctx variable; | Damien Miller |
2008-09-06 | Rename SHA256/384/512 API to avoid namespace collisions with | Damien Miller |
2008-07-29 | Split SHA1Transform() back into smaller pieces when compiling on landisk, | Miod Vallat |
2008-02-13 | The digest in the example seems to have been generated | Artur Grabowski |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-27 | sha2 hashes are not 5 32-bit ints in size. Just leave out the size | Todd C. Miller |
2006-10-03 | when using SHA1Data(), no CTX is needed, so zap that line in the example | Alexander von Gernler |
2005-09-12 | some markup and punctuation fixes from wiz@netbsd | Jason McIntyre |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2004-09-16 | Fix MD5FileChunk() when passed a 0 length; makes MD5File() work again. | Todd C. Miller |
2004-08-24 | Whoops, ripemd was broken, not ripemd-160. | Todd C. Miller |
2004-08-24 | Collisions have been found for the full versions of MD4, MD5 and RMD160. | Todd C. Miller |
2004-06-22 | Make the `filename' parameter to HASHFile() and HASHFileChunk() const | Jean-Francois Brousseau |
2004-05-28 | In the Final function, move the context zeroing into the digest != NULL | Todd C. Miller |
2004-05-16 | Add .Xr's to the commands implementing the various digests. ok millert@ | Otto Moerbeek |