summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ocsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke some more free NULL guards.jsing2018-02-071-9/+5
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-8/+8
* Mixing -url with any of -host, -port, or -path should be a usage errorguenther2017-11-291-7/+8
* whitespacederaadt2017-01-211-3/+3
* rearrange pledge promises into the canonical order; easier to eyeballderaadt2017-01-201-2/+2
* fix pledge for openssl ocsp - we will need tty to ask for a cert pwbeck2017-01-201-2/+2
* fix openssl ocsp to not report sucess when the ocsp responder rejects usbeck2017-01-191-3/+3
* add "dns" to openssl ocspsemarie2016-04-261-2/+2
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* BIO_get_fd() could return fd 0; fix error condition. Found atderaadt2015-10-031-2/+2
* Remove engine command and parameters from openssl(1).bcook2015-09-111-12/+11
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-4/+1
* Conversion of braindead select() path to braindead poll() path.deraadt2014-12-021-17/+17
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+1217