From c59d718905f8bfe12745fa599341256608e132f4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 21 Aug 2026 17:05:01 +0000 Subject: SSL_get_finished: remove comment about TLSv1.0 and TLSv1.1 ok kenjiro --- src/lib/libssl/man/SSL_get_finished.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/man/SSL_get_finished.3 b/src/lib/libssl/man/SSL_get_finished.3 index e5c8a36cf6..74e398563e 100644 --- a/src/lib/libssl/man/SSL_get_finished.3 +++ b/src/lib/libssl/man/SSL_get_finished.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_finished.3,v 1.3 2025/06/08 22:52:00 schwarze Exp $ +.\" $OpenBSD: SSL_get_finished.3,v 1.4 2026/08/21 17:05:01 tb Exp $ .\" .\" Copyright (c) 2020 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 8 2025 $ +.Dd $Mdocdate: August 21 2026 $ .Dt SSL_GET_FINISHED 3 .Os .Sh NAME @@ -49,8 +49,6 @@ i.e., 64 bytes. .\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384. .\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be .\" specified by the ciphersuite to be longer. -.\" In TLS versions 1.1 and 1.0, the finished message has a fixed length -.\" of 12 bytes. .Sh RETURN VALUES .Fn SSL_get_finished and -- cgit v1.2.3-55-g6feb