{"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)"},
B<openssl> B<s_client>
[B<-help>]
-[B<-ssl_config> I<file>]
+[B<-ssl_config> I<section>]
[B<-connect> I<host:port>]
[B<-host> I<hostname>]
[B<-port> I<port>]
Print out a usage message.
-=item B<-ssl_config> I<filename>
+=item B<-ssl_config> I<section>
-Use the specified configuration file.
+Use the specified section of the configuration file to configure the B<SSL_CTX> object.
=item B<-connect> I<host>:I<port>