summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ocspcheck/ocspcheck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to findtb2020-01-231-30/+67
* check result of ftruncate() as we do write() belowbcook2019-05-151-2/+4
* Avoid using an uninitialized variable.visa2017-12-011-4/+6
* add -i to SYNOPSIS/usage() and sundry tweaks;jmc2017-11-291-2/+3
* Add option -i to allow oscpcheck to be used to validate an on-disk staplebeck2017-11-281-46/+92
* Print size_t's correctly.beck2017-05-081-3/+3
* 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
* pledge stdio before parsing the http responsebeck2017-02-251-9/+11
* Add missing $OpenBSD$beck2017-02-201-0/+1
* netinet/in.h should be included, and freebsd and some othersbeck2017-02-011-0/+3
* oscp -> ocsp;jmc2017-01-261-1/+1
* 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
* 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
* 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
* knfbeck2017-01-241-1/+2
* Just don't bother with OpenSSL error strings, they are mostlybeck2017-01-241-19/+13
* various cleanup;jmc2017-01-241-1/+1
* New ocspcheck utility to validate a certificate against its ocsp responderbeck2017-01-241-0/+635