| Commit message (Expand) | Author | Age | Files | Lines |
* | Do some easy .data -> .rodata/.data.rel.ro conversions |  guenther | 2020-10-13 | 2 | -3/+3 |
* | - fix some Xr; from martin |  jmc | 2019-12-05 | 3 | -15/+13 |
* | some minor tweaks; |  jmc | 2019-12-04 | 1 | -7/+5 |
* | I accidentally smashed wrong contents into this file. |  deraadt | 2019-12-04 | 1 | -43/+348 |
* | name these manual pages by the primary function, for instance there |  deraadt | 2019-08-30 | 7 | -374/+69 |
* | Fix comment typo; from OpenSSH Portable |  dtucker | 2019-07-23 | 1 | -2/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | Cast bitcount to u_in64_t before bit shifting to prevent integer overflow |  dtucker | 2019-06-07 | 2 | -5/+5 |
* | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 2019-01-25 | 3 | -9/+9 |
* | use standard headers for siphash |  bcook | 2019-01-20 | 1 | -4/+3 |
* | memcpy from the right place. at this point, the used variable is not |  tedu | 2017-12-25 | 1 | -2/+2 |
* | Don't let close(2) clobber errno. Some calls were already protected |  millert | 2017-10-23 | 1 | -1/+5 |
* | no need for branding in .Nd line |  deraadt | 2017-06-13 | 1 | -3/+3 |
* | move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@ |  naddy | 2017-05-27 | 1 | -13/+13 |
* | SipHash_Final() was assuming the digest was 64-bit aligned, resulting in |  deraadt | 2017-04-12 | 1 | -4/+3 |
* | SHA-1 collisions have now been found so update some man pages. As noted by |  daniel | 2017-02-23 | 1 | -5/+9 |
* | Replace use of mathematical minus with an em-dash (from tb@) and break up |  daniel | 2017-02-23 | 1 | -5/+5 |
* | Delete casts to off_t and size_t that are implied by assignments |  guenther | 2016-09-21 | 1 | -3/+3 |
* | jmc says you can never have too many functions in one man page, so list |  tedu | 2016-09-04 | 1 | -3/+32 |
* | remove caveats that are either misleading or unhelpful. |  tedu | 2016-09-04 | 3 | -24/+6 |
* | Add functions for SHA512/256. The standard says you're supposed to start |  tedu | 2016-09-03 | 2 | -4/+58 |
* | RMD160Update actually takes size_t length |  tedu | 2016-07-28 | 1 | -3/+3 |
* | 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 |