diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-13 18:33:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-13 18:33:19 +0000 |
commit | 5dd711b4280855c7a3754f39274e522af3fb5361 (patch) | |
tree | ddb40c6678279b16d17007bcf2ca95398f8b6c61 /lib/libssl/man | |
parent | ad3a241e4fcb9b37d2c6aff465ee9217107912cf (diff) |
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 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/ssl.3 | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/lib/libssl/man/ssl.3 b/lib/libssl/man/ssl.3 index 0c793d780dd..5bceba72457 100644 --- a/lib/libssl/man/ssl.3 +++ b/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 |