You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
768 B
23 lines
768 B
diff -up openssl-1.0.0e/doc/apps/s_client.pod.doc-noeof openssl-1.0.0e/doc/apps/s_client.pod |
|
--- openssl-1.0.0e/doc/apps/s_client.pod.doc-noeof 2009-06-26 13:28:51.000000000 +0200 |
|
+++ openssl-1.0.0e/doc/apps/s_client.pod 2011-11-03 08:30:35.000000000 +0100 |
|
@@ -27,6 +27,7 @@ B<openssl> B<s_client> |
|
[B<-nbio>] |
|
[B<-crlf>] |
|
[B<-ign_eof>] |
|
+[B<-no_ign_eof>] |
|
[B<-quiet>] |
|
[B<-ssl2>] |
|
[B<-ssl3>] |
|
@@ -161,6 +162,11 @@ by some servers. |
|
inhibit shutting down the connection when end of file is reached in the |
|
input. |
|
|
|
+=item B<-no_ign_eof> |
|
+ |
|
+shut down the connection when end of file is reached in the |
|
+input. Can be used to override the implicit B<-ign_eof> after B<-quiet>. |
|
+ |
|
=item B<-quiet> |
|
|
|
inhibit printing of session and certificate information. This implicitly
|
|
|