| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
unsigned char.
Casting to int is particularly useless because that's what the
compiler already does. We need to prevent sign extension, not write
down that we want sign extension.
OK deraadt, kn, miod, op
|
|
|
|
| |
ok deraadt florian
|
|
|
|
|
|
|
|
|
|
|
|
| |
As per the manual and lib/libtls/tls.c revision 1.79 from 2018
"Automatically handle library initialisation for libtls." initialisation
is handled automatically by other tls_*(3) functions.
Remove explicit tls_init() calls from base to not give the impression of
it being needed.
Feedback tb
OK Tests mestre
|
|
|
|
|
| |
it is required by the RFC and some CAs require it (e.g. sectigo).
From daharmasterkor at gmail com, ok jca@
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
bonus: this exposed a few missing const qualifiers.
|
|
|
|
| |
ok beck@ bluhm@ tb@
|
|
|
|
| |
ok beck
|
|
|
|
|
|
| |
before other includes per style(9) while we're here.
ok florian@ bcook@ jsing@ beck@
|
|
|
|
|
| |
don't have EAI_NODATA, so make this easier for people
from bernard spill
|
|
|
|
| |
ok beck@
|
| |
|
|
|
|
|
| |
us too much.
ok beck jsing
|
| |
|
|
|
|
| |
irrelevant and look gross here anyway.. we don't need them
|
|
and save the reply for stapling
ok deraadt@ jsing@
|