summaryrefslogtreecommitdiff
path: root/src/usr.sbin/ocspcheck/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidjsg2017-05-071-3/+7
| | | | | | failed builds with different compilers. ok jsing@
* slight cleanupsderaadt2017-01-241-4/+3
|
* New ocspcheck utility to validate a certificate against its ocsp responderbeck2017-01-241-0/+24
and save the reply for stapling ok deraadt@ jsing@