From bf6c80fc1ebc35dfe3dc69cec9322b823bb3f834 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 7 May 2024 21:00:18 +0000 Subject: [PATCH] openssl: toolkit implementing the TLS v1 protocol is weird 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index 0e2ffbcd000..aef1dc5bbf5 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -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. .\" @@ -110,7 +110,7 @@ .\" 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 @@ -136,7 +136,7 @@ .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 -- 2.20.1