summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-08-21 17:05:01 +0000
committertb <>2026-08-21 17:05:01 +0000
commitc59d718905f8bfe12745fa599341256608e132f4 (patch)
treea9fba7f129d3a0fa6f70419df9e9ea2b481770b5 /src
parentea42ca481749c4333ae227c2a07ca86a48e107a3 (diff)
downloadopenbsd-c59d718905f8bfe12745fa599341256608e132f4.tar.gz
openbsd-c59d718905f8bfe12745fa599341256608e132f4.tar.bz2
openbsd-c59d718905f8bfe12745fa599341256608e132f4.zip
SSL_get_finished: remove comment about TLSv1.0 and TLSv1.1
ok kenjiro
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_get_finished.36
1 files changed, 2 insertions, 4 deletions
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 @@
1.\" $OpenBSD: SSL_get_finished.3,v 1.3 2025/06/08 22:52:00 schwarze Exp $ 1.\" $OpenBSD: SSL_get_finished.3,v 1.4 2026/08/21 17:05:01 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 8 2025 $ 17.Dd $Mdocdate: August 21 2026 $
18.Dt SSL_GET_FINISHED 3 18.Dt SSL_GET_FINISHED 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -49,8 +49,6 @@ i.e., 64 bytes.
49.\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384. 49.\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384.
50.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be 50.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be
51.\" specified by the ciphersuite to be longer. 51.\" specified by the ciphersuite to be longer.
52.\" In TLS versions 1.1 and 1.0, the finished message has a fixed length
53.\" of 12 bytes.
54.Sh RETURN VALUES 52.Sh RETURN VALUES
55.Fn SSL_get_finished 53.Fn SSL_get_finished
56and 54and