"openssl verify" does not give a full list of its options, especially
the [-purpose] is missing (-purpose is listed in the manpage).
Make usage information consistent with manpage.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
--- verify.c.orig Sat Feb 26 09:36:40 2000
+++ verify.c Wed Jul 5 14:46:22 2000
@@ -186,7 +186,7 @@
ret=0;
end:
if (ret == 1) {
- BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile
file] cert1 cert2 ...\n");
+ BIO_printf(bio_err,"usage: verify [-CApath path] [-CAfile file]
+[-purpose purpose] [-help] [-verbose] [-] [certificates]\n");
BIO_printf(bio_err,"recognized usages:\n");
for(i = 0; i < X509_PURPOSE_get_count(); i++) {
X509_PURPOSE *ptmp;