summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acme-client/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the tls_close warnx in acme-client. Currently it very often reportssthen2020-01-201-5/+1
* According to RFC 8555 we MUST send an User-Agent.florian2019-07-121-1/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Implement RFC 8555 "Automatic Certificate Management Environmentflorian2019-06-071-9/+18
* According to RFC 7230 Section 3.2 header field names areflorian2019-03-041-4/+3
* update for libtls default cert changes.tedu2018-11-291-2/+2
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-2/+2
* In netproc process, unveil to only expose the CA file.deraadt2018-08-081-3/+1
* kill dead codeflorian2018-02-061-47/+1
* recallocarray() for data buffer from the net.deraadt2017-03-261-5/+7
* Don't use <sys/param.h> from userland without cause. Sort <sys/*>guenther2017-02-031-2/+4
* Make returns consistent and remove parentheses per style(9).jsing2017-01-241-53/+53
* Complete jsing's coccinelle cleanup... by handderaadt2017-01-241-3/+3
* Replace comparisons between a constant or enum and an expression, withjsing2017-01-241-58/+58
* string terminator is called a NULderaadt2017-01-241-3/+3
* Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipherjsing2016-11-021-7/+1
* Avoid a potential MITM - calling tls_config_insecure_noverify() is a badjsing2016-10-041-24/+47
* tls_close() can return TLS_WANT_POLLIN/TLS_WANT_POLLOUT - handle thisjsing2016-10-041-2/+8
* The file descriptor needs to be closed in both the TLS and non-TLS case,jsing2016-09-241-5/+3
* Both tls_free() and tls_config_free() are safe to call with NULL.jsing2016-09-241-5/+3
* Remove more backwards compat for unsupported OpenBSD releases.jsing2016-09-241-9/+1
* A small amount more KNF to make this easier on our eyes. Not going furtherderaadt2016-09-131-47/+33
* we don't have config.hflorian2016-09-011-4/+1
* do { } while is easier to eyeballderaadt2016-09-011-7/+5
* We are past 5.8. Also gets rid of asserts as a bonus.florian2016-08-311-65/+1
* whitespacebenno2016-08-311-24/+25
* whitespacebenno2016-08-311-75/+75
* avoid arith on void *, by using char *deraadt2016-08-311-3/+3
* Import Kristaps' letskencrypt and call it acme-client in tree.florian2016-08-311-0/+851