From: Rich Salz Date: Mon, 3 Feb 2020 21:06:42 +0000 (-0500) Subject: More accurate doc of -ssl_config option X-Git-Tag: openssl-3.0.0-alpha1~529 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a2b1e412534e9cf9b4b13726b0010064f6c729d;p=oweals%2Fopenssl.git More accurate doc of -ssl_config option Reviewed-by: Matthias St. Pierre Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/10972) --- diff --git a/apps/s_client.c b/apps/s_client.c index a0668bc927..87fb80afb7 100644 --- a/apps/s_client.c +++ b/apps/s_client.c @@ -614,7 +614,7 @@ const OPTIONS s_client_options[] = { {"ssl_client_engine", OPT_SSL_CLIENT_ENGINE, 's', "Specify engine to be used for client certificate operations"}, #endif - {"ssl_config", OPT_SSL_CONFIG, 's', "Use specified configuration file"}, + {"ssl_config", OPT_SSL_CONFIG, 's', "Use specified section for SSL_CTX configuration"}, #ifndef OPENSSL_NO_CT {"ct", OPT_CT, '-', "Request and parse SCTs (also enables OCSP stapling)"}, {"noct", OPT_NOCT, '-', "Do not request or parse SCTs (default)"}, diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in index 712f99c9d8..78a61482ac 100644 --- a/doc/man1/openssl-s_client.pod.in +++ b/doc/man1/openssl-s_client.pod.in @@ -9,7 +9,7 @@ openssl-s_client - SSL/TLS client program B B [B<-help>] -[B<-ssl_config> I] +[B<-ssl_config> I
] [B<-connect> I] [B<-host> I] [B<-port> I] @@ -154,9 +154,9 @@ manual page. Print out a usage message. -=item B<-ssl_config> I +=item B<-ssl_config> I
-Use the specified configuration file. +Use the specified section of the configuration file to configure the B object. =item B<-connect> I:I