From 2f9dee1d4de5aed234853a17b3e715b24e4027bd Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 8 May 2024 09:41:33 +0000 Subject: [PATCH] Avoid OpenSSL SSL repetitions with the help of jmc --- lib/libssl/man/ssl.3 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lib/libssl/man/ssl.3 b/lib/libssl/man/ssl.3 index 4dd3d23f1c8..eb4e7b8a9f1 100644 --- a/lib/libssl/man/ssl.3 +++ b/lib/libssl/man/ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssl.3,v 1.22 2022/09/17 16:03:21 kn Exp $ +.\" $OpenBSD: ssl.3,v 1.23 2024/05/08 09:41:33 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,16 +51,17 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 17 2022 $ +.Dd $Mdocdate: May 8 2024 $ .Dt SSL 3 .Os .Sh NAME .Nm ssl -.Nd OpenSSL SSL/TLS library +.Nd OpenSSL TLS library .Sh DESCRIPTION -The OpenSSL +The .Nm ssl -library implements the Transport Layer Security (TLS v1) protocols. +library implements the Transport Layer Security (TLS) protocol, +the successor to the secure sockets layer (SSL) protocol. .Pp An .Vt SSL_CTX @@ -93,7 +94,7 @@ are used to read and write data on the TLS/SSL connection. .Xr SSL_shutdown 3 can be used to shut down the TLS/SSL connection. .Sh DATA STRUCTURES -Currently the OpenSSL +Currently the .Nm ssl library functions deal with the following data structures: .Bl -tag -width Ds @@ -131,7 +132,7 @@ At run-time the application usually deals with this structure which has links to mostly all other structures. .El .Sh HEADER FILES -Currently the OpenSSL +Currently the .Nm ssl library provides the following C header files containing the prototypes for the data structures and functions: -- 2.20.1