summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-05-07 21:00:18 +0000
committertb <>2024-05-07 21:00:18 +0000
commit616fb7eeed1aace2efc62b7fb03856bbec6303df (patch)
treeb24d026e9a1cca4c8553ef6a55393d61ee270ff6 /src
parenta3e8c848daaf20a07a31a0a98d6e46640979552a (diff)
downloadopenbsd-616fb7eeed1aace2efc62b7fb03856bbec6303df.tar.gz
openbsd-616fb7eeed1aace2efc62b7fb03856bbec6303df.tar.bz2
openbsd-616fb7eeed1aace2efc62b7fb03856bbec6303df.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/openssl.16
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 0e2ffbcd00..aef1dc5bbf 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.155 2024/01/26 11:58:37 job Exp $ 1.\" $OpenBSD: openssl.1,v 1.156 2024/05/07 21:00:18 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: January 26 2024 $ 113.Dd $Mdocdate: May 7 2024 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -136,7 +136,7 @@
136.Nm OpenSSL 136.Nm OpenSSL
137is a cryptography toolkit implementing the 137is a cryptography toolkit implementing the
138Transport Layer Security 138Transport Layer Security
139.Pq TLS v1 139.Pq TLS
140network protocol, 140network protocol,
141as well as related cryptography standards. 141as well as related cryptography standards.
142.Pp 142.Pp