summaryrefslogtreecommitdiff
path: root/src/usr.sbin/ocspcheck/ocspcheck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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