summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ocspcheck/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,sthen2020-01-111-1/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* update for libtls default cert changes.tedu2018-11-291-2/+2
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-4/+2
* recallocarray() for data buffer from the net.deraadt2017-03-261-3/+5
* Don't use <sys/param.h> from userland without cause. Sort <sys/*>guenther2017-02-031-3/+4
* netinet/in.h should be included, and freebsd and some othersbeck2017-02-011-2/+3
* bring changes from acme-client over here.benno2017-01-251-56/+54
* string terminator is called a NULderaadt2017-01-241-3/+3
* Yes the "if (const == val" idiom provides some safety, but it grates onderaadt2017-01-241-58/+58
* revert accidental commit of theo diffbeck2017-01-241-58/+58
* Just don't bother with OpenSSL error strings, they are mostlybeck2017-01-241-58/+58
* New ocspcheck utility to validate a certificate against its ocsp responderbeck2017-01-241-0/+782