]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
docs: fix SSL_CTX_set_tlsext_ticket_key_cb typos
authorDaniel McCarney <daniel@binaryparadox.net>
Mon, 17 Jun 2024 20:53:50 +0000 (16:53 -0400)
committerTomas Mraz <tomas@openssl.org>
Thu, 20 Jun 2024 08:13:44 +0000 (10:13 +0200)
* "shortcuts the TLS" -> "shortcuts the TLS handshake"
* "don't occur" -> "doesn't occur"
* "storing client certificate" -> "storing the client certificate"
* "an all other" -> "and all other"

CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24674)

doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod

index f289383c78152159f4b49bc2c22aa166e29f133b..69cb110c3114d62b8f6ebc26570099a9b402cfdc 100644 (file)
@@ -126,9 +126,9 @@ The I<hctx> key material can be set using L<HMAC_Init_ex(3)>.
 
 =head1 NOTES
 
-Session resumption shortcuts the TLS so that the client certificate
-negotiation don't occur. It makes up for this by storing client certificate
-an all other negotiated state information encrypted within the ticket. In a
+Session resumption shortcuts the TLS handshake so that the client certificate
+negotiation doesn't occur. It makes up for this by storing the client certificate
+and all other negotiated state information encrypted within the ticket. In a
 resumed session the applications will have all this state information available
 exactly as if a full negotiation had occurred.