Loading doc/man1/s_client.pod +9 −1 Original line number Diff line number Diff line Loading @@ -105,6 +105,8 @@ B<openssl> B<s_client> [B<-nextprotoneg protocols>] [B<-ct|noct>] [B<-ctlogfile>] [B<-keylogfile file>] [B<-early_data file>] =head1 DESCRIPTION Loading Loading @@ -528,11 +530,17 @@ for SCTs. A file containing a list of known Certificate Transparency logs. See L<SSL_CTX_set_ctlog_list_file(3)> for the expected file format. =item B<-keylogfile path> =item B<-keylogfile file> Appends TLS secrets to the specified keylog file such that external programs (like Wireshark) can decrypt TLS connections. =item B<-early_data file> Reads the contents of the specified file and attempts to send it as early data to the server. This will only work with resumed sessions that support early data and when the server accepts the early data. =back =head1 CONNECTED COMMANDS Loading doc/man1/s_server.pod +12 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ B<openssl> B<s_server> [B<-status_file file>] [B<-alpn protocols>] [B<-nextprotoneg protocols>] [B<-max_early_data>] [B<-early_data>] =head1 DESCRIPTION Loading Loading @@ -527,6 +529,16 @@ The list should contain most wanted protocols first. Protocol names are printable ASCII strings, for example "http/1.1" or "spdy/3". =item B<-max_early_data> Change the default maximum early data bytes that are specified for new sessions and any incoming early data (when used in conjunction with the B<-early_data> flag). The default value is approximately 16k. =item B<-early_data> Accept early data where possible. =back =head1 CONNECTED COMMANDS Loading Loading
doc/man1/s_client.pod +9 −1 Original line number Diff line number Diff line Loading @@ -105,6 +105,8 @@ B<openssl> B<s_client> [B<-nextprotoneg protocols>] [B<-ct|noct>] [B<-ctlogfile>] [B<-keylogfile file>] [B<-early_data file>] =head1 DESCRIPTION Loading Loading @@ -528,11 +530,17 @@ for SCTs. A file containing a list of known Certificate Transparency logs. See L<SSL_CTX_set_ctlog_list_file(3)> for the expected file format. =item B<-keylogfile path> =item B<-keylogfile file> Appends TLS secrets to the specified keylog file such that external programs (like Wireshark) can decrypt TLS connections. =item B<-early_data file> Reads the contents of the specified file and attempts to send it as early data to the server. This will only work with resumed sessions that support early data and when the server accepts the early data. =back =head1 CONNECTED COMMANDS Loading
doc/man1/s_server.pod +12 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,8 @@ B<openssl> B<s_server> [B<-status_file file>] [B<-alpn protocols>] [B<-nextprotoneg protocols>] [B<-max_early_data>] [B<-early_data>] =head1 DESCRIPTION Loading Loading @@ -527,6 +529,16 @@ The list should contain most wanted protocols first. Protocol names are printable ASCII strings, for example "http/1.1" or "spdy/3". =item B<-max_early_data> Change the default maximum early data bytes that are specified for new sessions and any incoming early data (when used in conjunction with the B<-early_data> flag). The default value is approximately 16k. =item B<-early_data> Accept early data where possible. =back =head1 CONNECTED COMMANDS Loading