The branch OpenSSL_1_0_2-stable has been updated
       via  85032506d6ac917130db3dfb7ecb76f4bfaa137e (commit)
      from  ad2510836c8a5b03b4a63e276e370a64161cd6b8 (commit)


- Log -----------------------------------------------------------------
commit 85032506d6ac917130db3dfb7ecb76f4bfaa137e
Author: Matt Caswell <m...@openssl.org>
Date:   Thu Apr 19 13:32:45 2018 +0100

    Update version docs
    
    Make it clear that you should not attempt to get the version before the
    first handshake is complete.
    
    Fixes #2893
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6015)

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

Summary of changes:
 doc/ssl/SSL_get_version.pod | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/ssl/SSL_get_version.pod b/doc/ssl/SSL_get_version.pod
index 9ae6f25..f0c696c 100644
--- a/doc/ssl/SSL_get_version.pod
+++ b/doc/ssl/SSL_get_version.pod
@@ -13,7 +13,9 @@ SSL_get_version - get the protocol version of a connection.
 =head1 DESCRIPTION
 
 SSL_get_version() returns the name of the protocol used for the
-connection B<ssl>.
+connection B<ssl>. It should only be called after the initial handshake has 
been
+completed. Prior to that the results returned from this function may be
+unreliable.
 
 =head1 RETURN VALUES
 
@@ -43,7 +45,7 @@ The connection uses the TLSv1.2 protocol.
 
 =item unknown
 
-This indicates that no version has been set (no connection established).
+This indicates an unknown protocol version.
 
 =back
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to