summaryrefslogtreecommitdiff
path: root/src/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix debug output for http headerstb2024-12-041-5/+4
* Convert libressl to use the BoringSSL style time conversionsbeck2024-03-241-2/+3
* Replace ASN1_time_parse() with ASN1_TIME_to_tm()tb2023-11-131-3/+4
* remove duplicate includesjsg2023-04-191-2/+1
* spelling fixes; from paul tagliamontejmc2022-12-281-2/+2
* The argument to ctype functions must be EOF or representable as anflorian2022-12-151-2/+2
* Add missing void to definition of http_init().tb2021-09-141-2/+2
* Remove unneeded calls to tls_init(3)kn2021-07-141-6/+1
* Change the error reporting pattern throughout the tree when unveilbeck2021-07-121-4/+4
* Walk over all results from getaddrinfo() instead of giving up after theclaudio2021-02-091-2/+1
* Refactor a bunch of oscpcheck for single return to clean it up,beck2020-10-161-63/+95
* Ignore ftruncate failure with errno == EAGAINtb2020-09-041-2/+5
* The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to findtb2020-01-231-30/+67
* 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
* check result of ftruncate() as we do write() belowbcook2019-05-151-2/+4
* 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
* Avoid using an uninitialized variable.visa2017-12-011-4/+6
* add -i to SYNOPSIS/usage() and sundry tweaks;jmc2017-11-292-6/+8
* Add option -i to allow oscpcheck to be used to validate an on-disk staplebeck2017-11-282-49/+103
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+7
* Print size_t's correctly.beck2017-05-081-3/+3
* Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidjsg2017-05-071-3/+7
* repair knf & whitespace that jumped out of the screen during reviewderaadt2017-03-271-23/+18
* use a path of "/" if the URL does not include a trailing / - sincebeck2017-03-271-2/+5
* Fail early if an ocep server returns a non-200 http response, there is nobeck2017-03-271-1/+4
* recallocarray() for data buffer from the net.deraadt2017-03-261-3/+5
* pledge stdio before parsing the http responsebeck2017-02-251-9/+11
* Add missing $OpenBSD$beck2017-02-201-0/+1
* 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-012-2/+6
* oscp -> ocsp;jmc2017-01-262-4/+4
* Use numeric exit codes consistently rather than a mixbeck2017-01-261-11/+11
* stylebeck2017-01-261-1/+1
* Fix the structure initialzation to compile. bad inioguchi and millert :)beck2017-01-261-1/+1
* Fix array initialization syntax for ocspcheck.cinoguchi2017-01-251-1/+1
* remove __BEGIN_DECLS and __END_DECLS from http.hinoguchi2017-01-251-5/+1
* bring changes from acme-client over here.benno2017-01-251-56/+54
* correct usage format; ok beck claudio bennoderaadt2017-01-241-2/+3
* fix mode on open() and ftruncate(), noticed bybeck2017-01-241-2/+4
* Say no to two line error messages on failurebeck2017-01-241-4/+3
* s/returns/exits/beck2017-01-241-2/+2
* Break run-on sentence into two.beck2017-01-241-3/+4
* string terminator is called a NULderaadt2017-01-242-5/+5
* Actually load the cafile when providede, and error message cleanupbeck2017-01-241-4/+4
* use warn, I have errno here. noticed by theobeck2017-01-241-1/+1
* Yes the "if (const == val" idiom provides some safety, but it grates onderaadt2017-01-241-58/+58
* knfbeck2017-01-241-1/+2
* revert accidental commit of theo diffbeck2017-01-241-58/+58