| Commit message (Expand) | Author | Age | Files | Lines |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -25/+1 |
* | un-vax; |  jmc | 2016-03-10 | 3 | -12/+9 |
* | update NAME section to include all documented functions, |  jmc | 2015-11-10 | 4 | -14/+41 |
* | delete old lint ARGSUSED comments |  guenther | 2015-11-01 | 1 | -2/+1 |
* | Remove useless quoting from .Fo and .Fn function names, to prevent |  schwarze | 2015-09-14 | 1 | -7/+7 |
* | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct |  guenther | 2015-09-11 | 6 | -11/+55 |
* | update siphash manpages to reflect change in return type spelling. |  tedu | 2015-02-21 | 1 | -4/+4 |
* | Use standard spelling for types, and rename local variable from "free". |  tedu | 2015-02-20 | 1 | -17/+17 |
* | userland gets static on functions only used within a file. |  dlg | 2015-02-07 | 1 | -5/+5 |
* | macro fixes from Kaspars at Bankovskis dot net; |  schwarze | 2015-02-05 | 1 | -6/+6 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 3 | -7/+9 |
* | Use explicit_bzero instead of memset in hash Final and End functions. |  millert | 2015-01-15 | 5 | -12/+12 |
* | be like the kernel and only unroll if not small |  tedu | 2014-12-19 | 1 | -2/+4 |
* | i386 unrolling blows up the media in a big way, due to -Os for |  deraadt | 2014-12-19 | 1 | -2/+2 |
* | only unroll on i386 and amd64 (where confirmed to be much faster). |  tedu | 2014-12-18 | 1 | -1/+3 |
* | unroll loops. much faster on amd64. ok deraadt millert |  tedu | 2014-12-17 | 1 | -1/+2 |
* | typo |  deraadt | 2014-12-08 | 1 | -2/+2 |
* | more libc, less kernel documentation |  tedu | 2014-12-08 | 1 | -9/+4 |
* | tweak recommendation to use arc4random_buf |  tedu | 2014-12-08 | 1 | -6/+5 |
* | add siphash from the kernel to libc |  tedu | 2014-12-08 | 3 | -3/+298 |
* | macro cleanup; from kaspars at bankovskis dot net |  schwarze | 2014-11-26 | 2 | -24/+37 |
* | add some missing .An macros and remove some obsolete .Tn |  schwarze | 2014-11-16 | 2 | -14/+17 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 2 | -7/+10 |
* | Switch from <sys/endian.h> or <machine/endian.h> to the new, |  guenther | 2014-07-21 | 1 | -2/+2 |
* | From ISO/IEC 9899:1999 and 9899:201x, |  guenther | 2014-07-20 | 1 | -7/+7 |
* | put $OpenBSD$ back.. notice by philip. |  beck | 2014-04-03 | 1 | -0/+2 |
* | I have discussed these licenses with Poul-Henning Kamp and he has agreed to |  beck | 2014-04-03 | 2 | -15/+35 |
* | Remove the MD4 functions. |  naddy | 2014-03-23 | 6 | -340/+76 |
* | calling HashFinal with a null digest should crash, not be silently ignored |  tedu | 2014-01-08 | 5 | -61/+40 |
* | rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support |  deraadt | 2014-01-08 | 1 | -17/+17 |
* | remove unneeded check for null context. ok deraadt gilles millert |  tedu | 2013-12-22 | 1 | -9/+1 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 2013-06-05 | 4 | -16/+16 |
* | SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a |  millert | 2013-04-15 | 3 | -15/+91 |
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |  jmc | 2012-09-27 | 2 | -22/+30 |
* | add const where missing |  tedu | 2012-09-07 | 1 | -9/+9 |
* | Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad |  miod | 2012-08-27 | 1 | -61/+1 |
* | within Rs/Re reference blocks, use %U instead of %O (or any other |  jmc | 2012-08-18 | 1 | -3/+3 |
* | update our recommended hash function to sha256 and note md5 is broken. |  tedu | 2010-07-13 | 1 | -9/+4 |
* | no more rmd160(1); |  jmc | 2010-07-13 | 1 | -3/+2 |
* | plug a file descriptor leak in HASHFileChunk(). |  oga | 2010-01-08 | 1 | -2/+4 |
* | allow building without SHA384 and SHA512 (i.e. SHA256 only) with |  djm | 2009-04-15 | 1 | -2/+5 |
* | the last example doesn't need a ctx variable; |  djm | 2008-09-12 | 1 | -3/+2 |
* | Rename SHA256/384/512 API to avoid namespace collisions with |  djm | 2008-09-06 | 3 | -137/+143 |
* | Split SHA1Transform() back into smaller pieces when compiling on landisk, |  miod | 2008-07-29 | 1 | -5/+66 |
* | The digest in the example seems to have been generated |  art | 2008-02-13 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 4 | -8/+8 |
* | sha2 hashes are not 5 32-bit ints in size. Just leave out the size |  millert | 2007-02-27 | 1 | -2/+2 |
* | when using SHA1Data(), no CTX is needed, so zap that line in the example |  grunk | 2006-10-03 | 1 | -2/+1 |
* | some markup and punctuation fixes from wiz@netbsd |  jmc | 2005-09-12 | 1 | -7/+11 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 6 | -29/+5 |