[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Wed Sep 14 22:25:28 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  03a8bf079c1b727d79230f0ffd2d0ff343c1fc9d (commit)
      from  1850451676d0f65ef59013750ae942a5d3e7751f (commit)


- Log -----------------------------------------------------------------
commit 03a8bf079c1b727d79230f0ffd2d0ff343c1fc9d
Author: Rich Salz <rsalz at openssl.org>
Date:   Wed Sep 14 11:13:57 2016 -0400

    Make reference to other manpage more explicit
    
    Where -curves, etc., are defined: SSL_CONF_cmd
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    (cherry picked from commit ddb30bde105a50d6a79a9662eeaf27e8cb29c606)

-----------------------------------------------------------------------

Summary of changes:
 doc/apps/s_client.pod | 3 ++-
 doc/apps/s_server.pod | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 11b4a98..34dcd29 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -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
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 8e0ff78..bf4a4ab 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -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


More information about the openssl-commits mailing list