Loading apps/s_client.c +2 −1 Original line number Diff line number Diff line Loading @@ -593,7 +593,8 @@ OPTIONS s_client_options[] = { "Disable name checks when matching DANE-EE(3) TLSA records"}, {"reconnect", OPT_RECONNECT, '-', "Drop and re-make the connection with the same Session-ID"}, {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates in the chain"}, {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates sent by the server"}, {"debug", OPT_DEBUG, '-', "Extra output"}, {"msg", OPT_MSG, '-', "Show protocol messages"}, {"msgfile", OPT_MSGFILE, '>', Loading doc/apps/s_client.pod +5 −3 Original line number Diff line number Diff line Loading @@ -281,8 +281,9 @@ be used as a test that session caching is working. =item B<-showcerts> display the whole server certificate chain: normally only the server certificate itself is displayed. Displays the server certificate list as sent by the server: it only consists of certificates the server has sent (in the order the server has sent them). It is B<not> a verified chain. =item B<-prexit> Loading Loading @@ -579,7 +580,8 @@ a client certificate. Therefor merely including a client certificate on the command line is no guarantee that the certificate works. If there are problems verifying a server certificate then the B<-showcerts> option can be used to show the whole chain. B<-showcerts> option can be used to show all the certificates sent by the server. The B<s_client> utility is a test tool and is designed to continue the handshake after any certificate verification errors. As a result it will Loading Loading
apps/s_client.c +2 −1 Original line number Diff line number Diff line Loading @@ -593,7 +593,8 @@ OPTIONS s_client_options[] = { "Disable name checks when matching DANE-EE(3) TLSA records"}, {"reconnect", OPT_RECONNECT, '-', "Drop and re-make the connection with the same Session-ID"}, {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates in the chain"}, {"showcerts", OPT_SHOWCERTS, '-', "Show all certificates sent by the server"}, {"debug", OPT_DEBUG, '-', "Extra output"}, {"msg", OPT_MSG, '-', "Show protocol messages"}, {"msgfile", OPT_MSGFILE, '>', Loading
doc/apps/s_client.pod +5 −3 Original line number Diff line number Diff line Loading @@ -281,8 +281,9 @@ be used as a test that session caching is working. =item B<-showcerts> display the whole server certificate chain: normally only the server certificate itself is displayed. Displays the server certificate list as sent by the server: it only consists of certificates the server has sent (in the order the server has sent them). It is B<not> a verified chain. =item B<-prexit> Loading Loading @@ -579,7 +580,8 @@ a client certificate. Therefor merely including a client certificate on the command line is no guarantee that the certificate works. If there are problems verifying a server certificate then the B<-showcerts> option can be used to show the whole chain. B<-showcerts> option can be used to show all the certificates sent by the server. The B<s_client> utility is a test tool and is designed to continue the handshake after any certificate verification errors. As a result it will Loading