On Sun, 18 May 2008 11:53:35 pm Stephen Henson via RT wrote:
> According to our records, your request has been resolved. If you have any
> further questions or concerns, please respond to this message.

May as well do the documentation too - guess attached.

Looking for other missing undocumented features highlights the following as 
missing
-no_comp
-hack
-status_verbose
-status
-verify_return_error
from:
grep '\-[^"]*") == 0)' s_server.c  | cut -f 2 -d '"' | xargs -n1 -I {} -t  
fgrep 'BIO_printf(bio_err," '{}\  s_server.c

On the good side there are no documented un implemented features
fgrep 'BIO_printf(bio_err," -' s_server.c  | cut -f 2 -d ' ' | 
xargs -n1 -t -I{} fgrep -- {}\"  s_server.c

s_client is missing doco for:
-crl_check
-crl_check_all
-verify_return_error
-prexit
-timeout
-no_comp

other apps untested.
-- 

Daniel Black
--
Proudly a Gentoo Linux User.
Gnu-PG/PGP signed and encrypted email preferred
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x76677097
GPG Signature D934 5397 A84A 6366 9687  9EB2 861A 4ABA 7667 7097

Index: apps/s_server.c
===================================================================
RCS file: /v/openssl/cvs/openssl/apps/s_server.c,v
retrieving revision 1.127
diff -u -b -B -r1.127 s_server.c
--- apps/s_server.c	19 May 2008 06:21:05 -0000	1.127
+++ apps/s_server.c	19 May 2008 07:23:49 -0000
@@ -408,6 +408,11 @@
 	BIO_printf(bio_err," -Verify arg   - turn on peer certificate verification, must have a cert.\n");
 	BIO_printf(bio_err," -cert arg     - certificate file to use\n");
 	BIO_printf(bio_err,"                 (default is %s)\n",TEST_CERT);
+	BIO_printf(bio_err," -crl_check    - check the peer certificate has not been revoked by its CA.\n" \
+	                   "                 The CRL(s) are appended to the certificate file\n");
+	BIO_printf(bio_err," -crl_check_all - check the peer certificate has not been revoked by its CA\n" \
+	                   "                 or any other CRL in the CA chain. CRL(s) are appened to the\n" \
+	                   "                 the certificate file.\n");
 	BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n");
 	BIO_printf(bio_err," -key arg      - Private Key file to use, in cert file if\n");
 	BIO_printf(bio_err,"                 not specified (default is %s)\n",TEST_CERT);

Attachment: signature.asc
Description: PGP signature

Reply via email to