Commit 6f0ac0e2 authored by Rich Salz's avatar Rich Salz
Browse files

Make reference to other manpage more explicit



Where -curves, etc., are defined: SSL_CONF_cmd

Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent c7af65c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ SSL servers.

In addition to the options below the B<s_client> utility also supports the
common and client only options documented in the
in the L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)/SUPPORTED COMMAND LINE COMMANDS>
in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
manual page.

=over 4
@@ -562,6 +562,7 @@ information whenever a session is renegotiated.

=head1 SEE ALSO

L<SSL_CONF_cmd(3)>,
L<sess_id(1)>, L<s_server(1)>, L<ciphers(1)>

=head1 HISTORY
+3 −2
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@ for connections on a given port using SSL/TLS.

In addition to the options below the B<s_server> utility also supports the
common and server only options documented in the
L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)/SUPPORTED COMMAND LINE COMMANDS> manual
page.
in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
manual page.

=over 4

@@ -553,6 +553,7 @@ unknown cipher suites a client says it supports.

=head1 SEE ALSO

L<SSL_CONF_cmd(3)>,
L<sess_id(1)>, L<s_client(1)>, L<ciphers(1)>

=head1 HISTORY