From: Christian Wansart Date: Mon, 21 Apr 2025 09:39:23 +0000 (+0200) Subject: Typo in TLS introduction X-Git-Tag: openssl-3.4.2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72066fc49df32170141427065ddbf3e3d3879a7e;p=thirdparty%2Fopenssl.git Typo in TLS introduction CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27455) (cherry picked from commit 9eb2c13432a703dc07c9ae021949c96517ce5246) --- diff --git a/doc/man7/ossl-guide-tls-introduction.pod b/doc/man7/ossl-guide-tls-introduction.pod index 19aabfbbb7a..250d68d199f 100644 --- a/doc/man7/ossl-guide-tls-introduction.pod +++ b/doc/man7/ossl-guide-tls-introduction.pod @@ -74,7 +74,7 @@ TLSv1.2 is chosen. =head1 CERTIFICATES In order for a client to establish a connection to a server it must authenticate -the identify of that server, i.e. it needs to confirm that the server is really +the identity of that server, i.e. it needs to confirm that the server is really the server that it claims to be and not some imposter. In order to do this the server will send to the client a digital certificate (also commonly referred to as an X.509 certificate). The certificate contains various information about the