Age | Commit message (Expand) | Author |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-20 | use standard headers for siphash | Brent Cook |
2017-12-25 | memcpy from the right place. at this point, the used variable is not | Ted Unangst |
2017-10-23 | Don't let close(2) clobber errno. Some calls were already protected | Todd C. Miller |
2017-06-13 | no need for branding in .Nd line | Theo de Raadt |
2017-05-27 | move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@ | Christian Weisgerber |
2017-04-12 | SipHash_Final() was assuming the digest was 64-bit aligned, resulting in | Theo de Raadt |
2017-02-23 | SHA-1 collisions have now been found so update some man pages. As noted by | Daniel Dickman |
2017-02-23 | Replace use of mathematical minus with an em-dash (from tb@) and break up | Daniel Dickman |
2016-09-21 | Delete casts to off_t and size_t that are implied by assignments | Philip Guenther |
2016-09-04 | jmc says you can never have too many functions in one man page, so list | Ted Unangst |
2016-09-04 | remove caveats that are either misleading or unhelpful. | Ted Unangst |
2016-09-03 | Add functions for SHA512/256. The standard says you're supposed to start | Ted Unangst |
2016-07-28 | RMD160Update actually takes size_t length | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-11-01 | delete old lint ARGSUSED comments | Philip Guenther |
2015-09-14 | Remove useless quoting from .Fo and .Fn function names, to prevent | Ingo Schwarze |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |
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 |