tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
hash
/
at
jcs
12 files
MD5Init.3
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
9 months ago
Makefile.inc
name these manual pages by the primary function, for instance there is no function called md5() as discussed with jmc
6 years ago
RMD160Init.3
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
9 months ago
SHA1Init.3
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
9 months ago
SHA256Init.3
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
9 months ago
SipHash24_Init.3
name these manual pages by the primary function, for instance there is no function called md5() as discussed with jmc
6 years ago
helper.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
md5.c
Do the same if (len == 0) check at start of every hash update function
11 months ago
rmd160.c
Do the same if (len == 0) check at start of every hash update function
11 months ago
sha1.c
Do the same if (len == 0) check at start of every hash update function
11 months ago
sha2.c
Fix comment typo; from OpenSSH Portable
6 years ago
siphash.c
use standard headers for siphash
7 years ago