summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/verify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only print the certificate file once on verifification failure.jsing2021-02-151-4/+2
* Wrap remaining overlong lines.tb2020-11-031-7/+7
* garbage collect an essentially unused variable and wrap some overlongtb2020-11-031-8/+10
* * ptr -> *ptrtb2020-11-031-5/+5
* X509_verify_cert()'s return value is not reliable if the callbacktb2020-11-031-20/+22
* Add a -legacy_verify flag to force use of the old validator for debuggingtb2020-10-261-1/+5
* Convert option handling for openssl(1) verify.jsing2020-07-141-88/+220
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-3/+3
* 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
* Remove engine command and parameters from openssl(1).bcook2015-09-111-27/+9
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* openssl_setup() calls SSL_load_error_strings(), which happens to calljsing2014-08-281-3/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+339