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
rk3128
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.
10 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.
10 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.
10 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.
10 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
use O_CLOEXEC; ok guenther
1 month ago
md5.c
Do the same if (len == 0) check at start of every hash update function
1 year ago
rmd160.c
Do the same if (len == 0) check at start of every hash update function
1 year ago
sha1.c
Do the same if (len == 0) check at start of every hash update function
1 year ago
sha2.c
Fix comment typo; from OpenSSH Portable
6 years ago
siphash.c
use standard headers for siphash
7 years ago