summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authortb <>2024-07-13 18:33:18 +0000
committertb <>2024-07-13 18:33:18 +0000
commitdfcd8a8d076839996503a7743601fd0ee686a0d0 (patch)
tree4966c0a9f0261466ab6055016c251996494e5cef /src/lib/libssl/man
parent887938c431474ff916a38fb6794af1148ce9393b (diff)
downloadopenbsd-dfcd8a8d076839996503a7743601fd0ee686a0d0.tar.gz
openbsd-dfcd8a8d076839996503a7743601fd0ee686a0d0.tar.bz2
openbsd-dfcd8a8d076839996503a7743601fd0ee686a0d0.zip
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
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/ssl.319
1 files changed, 2 insertions, 17 deletions
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 @@
1.\" $OpenBSD: ssl.3,v 1.24 2024/05/09 17:57:36 jmc Exp $ 1.\" $OpenBSD: ssl.3,v 1.25 2024/07/13 18:33:18 tb Exp $
2.\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 2.\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100
3.\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800 3.\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800
4.\" 4.\"
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: May 9 2024 $ 54.Dd $Mdocdate: July 13 2024 $
55.Dt SSL 3 55.Dt SSL 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -147,13 +147,6 @@ It internally includes both more private SSL headers and headers from the
147library. 147library.
148Whenever you need hardcore details on the internals of the SSL API, look inside 148Whenever you need hardcore details on the internals of the SSL API, look inside
149this header file. 149this header file.
150.It Pa ssl2.h
151That's the sub header file dealing with the SSLv2 protocol only.
152.Bf Em
153 Usually you don't have to include it explicitly because it's already included
154by
155.Pa ssl.h .
156.Ef
157.It Pa ssl3.h 150.It Pa ssl3.h
158That's the sub header file dealing with the SSLv3 protocol only. 151That's the sub header file dealing with the SSLv3 protocol only.
159.Bf Em 152.Bf Em
@@ -161,14 +154,6 @@ Usually you don't have to include it explicitly because it's already included
161by 154by
162.Pa ssl.h . 155.Pa ssl.h .
163.Ef 156.Ef
164.It Pa ssl23.h
165That's the sub header file dealing with the combined use of the SSLv2 and SSLv3
166protocols.
167.Bf Em
168Usually you don't have to include it explicitly because it's already included
169by
170.Pa ssl.h .
171.Ef
172.It Pa tls1.h 157.It Pa tls1.h
173That's the sub header file dealing with the TLSv1 protocol only. 158That's the sub header file dealing with the TLSv1 protocol only.
174.Bf Em 159.Bf Em