From dfcd8a8d076839996503a7743601fd0ee686a0d0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 13 Jul 2024 18:33:18 +0000 Subject: ssl2.h and ssl23.h join the party in the attic Now that the SSL2 client hello support is gone, nothing uses this anymore, except that a few ports still need SSL2_VERSION. ok beck --- src/lib/libssl/man/ssl.3 | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'src/lib/libssl/man') diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3 index 0c793d780d..5bceba7245 100644 --- a/src/lib/libssl/man/ssl.3 +++ b/src/lib/libssl/man/ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssl.3,v 1.24 2024/05/09 17:57:36 jmc Exp $ +.\" $OpenBSD: ssl.3,v 1.25 2024/07/13 18:33:18 tb Exp $ .\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 .\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800 .\" @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 9 2024 $ +.Dd $Mdocdate: July 13 2024 $ .Dt SSL 3 .Os .Sh NAME @@ -147,13 +147,6 @@ It internally includes both more private SSL headers and headers from the library. Whenever you need hardcore details on the internals of the SSL API, look inside this header file. -.It Pa ssl2.h -That's the sub header file dealing with the SSLv2 protocol only. -.Bf Em - Usually you don't have to include it explicitly because it's already included -by -.Pa ssl.h . -.Ef .It Pa ssl3.h That's the sub header file dealing with the SSLv3 protocol only. .Bf Em @@ -161,14 +154,6 @@ Usually you don't have to include it explicitly because it's already included by .Pa ssl.h . .Ef -.It Pa ssl23.h -That's the sub header file dealing with the combined use of the SSLv2 and SSLv3 -protocols. -.Bf Em -Usually you don't have to include it explicitly because it's already included -by -.Pa ssl.h . -.Ef .It Pa tls1.h That's the sub header file dealing with the TLSv1 protocol only. .Bf Em -- cgit v1.2.3-55-g6feb