openssl: toolkit implementing the TLS v1 protocol is weird
authortb <tb@openbsd.org>
Tue, 7 May 2024 21:00:18 +0000 (21:00 +0000)
committertb <tb@openbsd.org>
Tue, 7 May 2024 21:00:18 +0000 (21:00 +0000)
Well, it's a toolkit alright, and a terrible one at that, but TLS v1
(which is this beloved toolkit's name for TLS v1.0) is a thing firmly
from the past, so drop the v1.

usr.bin/openssl/openssl.1

index 0e2ffbc..aef1dc5 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.155 2024/01/26 11:58:37 job Exp $
+.\" $OpenBSD: openssl.1,v 1.156 2024/05/07 21:00:18 tb Exp $
 .\" ====================================================================
 .\" Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
 .\"
 .\" copied and put under another distribution licence
 .\" [including the GNU Public Licence.]
 .\"
-.Dd $Mdocdate: January 26 2024 $
+.Dd $Mdocdate: May 7 2024 $
 .Dt OPENSSL 1
 .Os
 .Sh NAME
 .Nm OpenSSL
 is a cryptography toolkit implementing the
 Transport Layer Security
-.Pq TLS v1
+.Pq TLS
 network protocol,
 as well as related cryptography standards.
 .Pp