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
trash-bin2
12 files
MD5Init.3
man pages: add missing commas between subordinate and main clauses
4 years 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
man pages: add missing commas between subordinate and main clauses
4 years ago
SHA1Init.3
man pages: add missing commas between subordinate and main clauses
4 years ago
SHA256Init.3
some minor tweaks;
6 years 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 some easy .data -> .rodata/.data.rel.ro conversions
5 years ago
rmd160.c
Do some easy .data -> .rodata/.data.rel.ro conversions
5 years ago
sha1.c
Cast bitcount to u_in64_t before bit shifting to prevent integer overflow on 32bit platforms which cause incorrect results when adding a block >=512M in size. sha1 patch from ante84 at gmail.com via openssh github, sha2 with djm@, ok tedu@
6 years ago
sha2.c
Fix comment typo; from OpenSSH Portable
6 years ago
siphash.c
use standard headers for siphash
7 years ago