summaryrefslogtreecommitdiff
path: root/usr.sbin/ocspcheck
AgeCommit message (Expand)Author
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-15The argument to ctype functions must be EOF or representable as anFlorian Obser
2021-09-14Add missing void to definition of http_init().Theo Buehler
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-02-09Walk over all results from getaddrinfo() instead of giving up after theClaudio Jeker
2020-10-16Refactor a bunch of oscpcheck for single return to clean it up,Bob Beck
2020-09-04Ignore ftruncate failure with errno == EAGAINTheo Buehler
2020-01-23The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to findTheo Buehler
2020-01-11Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,Stuart Henderson
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-15check result of ftruncate() as we do write() belowBrent Cook
2018-11-29update for libtls default cert changes.Ted Unangst
2018-11-06Use TLS_CA_CERT_FILE instead of a separate define.Joel Sing
2017-12-01Avoid using an uninitialized variable.Visa Hankala
2017-11-29add -i to SYNOPSIS/usage() and sundry tweaks;Jason McIntyre
2017-11-28Add option -i to allow oscpcheck to be used to validate an on-disk stapleBob Beck
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-05-08Print size_t's correctly.Bob Beck
2017-05-07Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidJonathan Gray
2017-03-27repair knf & whitespace that jumped out of the screen during reviewTheo de Raadt
2017-03-27use a path of "/" if the URL does not include a trailing / - sinceBob Beck
2017-03-27Fail early if an ocep server returns a non-200 http response, there is noBob Beck
2017-03-26recallocarray() for data buffer from the net.Theo de Raadt
2017-02-25pledge stdio before parsing the http responseBob Beck
2017-02-20Add missing $OpenBSD$Bob Beck
2017-02-03Don't use <sys/param.h> from userland without cause. Sort <sys/*>Philip Guenther
2017-02-01netinet/in.h should be included, and freebsd and some othersBob Beck
2017-01-26oscp -> ocsp;Jason McIntyre
2017-01-26Use numeric exit codes consistently rather than a mixBob Beck
2017-01-26styleBob Beck
2017-01-26Fix the structure initialzation to compile. bad inioguchi and millert :)Bob Beck
2017-01-25Fix array initialization syntax for ocspcheck.cKinichiro Inoguchi
2017-01-25remove __BEGIN_DECLS and __END_DECLS from http.hKinichiro Inoguchi
2017-01-25bring changes from acme-client over here.Sebastian Benoit
2017-01-24correct usage format; ok beck claudio bennoTheo de Raadt
2017-01-24fix mode on open() and ftruncate(), noticed byBob Beck
2017-01-24Say no to two line error messages on failureBob Beck
2017-01-24s/returns/exits/Bob Beck
2017-01-24Break run-on sentence into two.Bob Beck
2017-01-24string terminator is called a NULTheo de Raadt
2017-01-24Actually load the cafile when providede, and error message cleanupBob Beck
2017-01-24use warn, I have errno here. noticed by theoBob Beck
2017-01-24Yes the "if (const == val" idiom provides some safety, but it grates onTheo de Raadt
2017-01-24knfBob Beck
2017-01-24revert accidental commit of theo diffBob Beck
2017-01-24Just don't bother with OpenSSL error strings, they are mostlyBob Beck
2017-01-24various cleanup;Jason McIntyre
2017-01-24slight cleanupsTheo de Raadt
2017-01-24s/exit/exist/ typoBob Beck