]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Updated SSL_SESSION_get0_hostname() documentation to be consistent with the function
authorRSA-1977 <cody.m.blanchard@outlook.com>
Fri, 24 Jan 2025 17:09:56 +0000 (12:09 -0500)
committerTomas Mraz <tomas@openssl.org>
Wed, 5 Mar 2025 18:13:25 +0000 (19:13 +0100)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26559)

(cherry picked from commit 8d6fd6142b0b55ce029df6d7b63dda5f7cb8ce54)

doc/man3/SSL_SESSION_get0_hostname.pod

index f560e7751d846f01450ce5f436a247091bdc54ba..e2d0540582b14c39eb79b1132c70553e8dee4c12 100644 (file)
@@ -24,10 +24,8 @@ SSL_SESSION_set1_alpn_selected
 =head1 DESCRIPTION
 
 SSL_SESSION_get0_hostname() retrieves the SNI value that was sent by the
-client when the session was created if it was accepted by the server and TLSv1.2
-or below was negotiated. Otherwise NULL is returned. Note that in TLSv1.3 the
-SNI hostname is negotiated with each handshake including resumption handshakes
-and is therefore never associated with the session.
+client when the session was created if it was accepted by the server. Otherwise
+NULL is returned.
 
 The value returned is a pointer to memory maintained within B<s> and
 should not be free'd.