index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
acme-client
/
http.c
Age
Commit message (
Expand
)
Author
2017-03-26
recallocarray() for data buffer from the net.
Theo de Raadt
2017-02-03
Don't use <sys/param.h> from userland without cause. Sort <sys/*>
Philip Guenther
2017-01-24
Make returns consistent and remove parentheses per style(9).
Joel Sing
2017-01-24
Complete jsing's coccinelle cleanup... by hand
Theo de Raadt
2017-01-24
Replace comparisons between a constant or enum and an expression, with
Joel Sing
2017-01-24
string terminator is called a NUL
Theo de Raadt
2016-11-02
Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipher
Joel Sing
2016-10-04
Avoid a potential MITM - calling tls_config_insecure_noverify() is a bad
Joel Sing
2016-10-04
tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle this
Joel Sing
2016-09-24
The file descriptor needs to be closed in both the TLS and non-TLS case,
Joel Sing
2016-09-24
Both tls_free() and tls_config_free() are safe to call with NULL.
Joel Sing
2016-09-24
Remove more backwards compat for unsupported OpenBSD releases.
Joel Sing
2016-09-13
A small amount more KNF to make this easier on our eyes. Not going further
Theo de Raadt
2016-09-01
we don't have config.h
Florian Obser
2016-09-01
do { } while is easier to eyeball
Theo de Raadt
2016-08-31
We are past 5.8. Also gets rid of asserts as a bonus.
Florian Obser
2016-08-31
whitespace
Sebastian Benoit
2016-08-31
whitespace
Sebastian Benoit
2016-08-31
avoid arith on void *, by using char *
Theo de Raadt
2016-08-31
Import Kristaps' letskencrypt and call it acme-client in tree.
Florian Obser