summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-06-17 16:53:50 -0400
committerTomas Mraz <tomas@openssl.org>2024-06-20 10:14:13 +0200
commit1ad89938476e752cb0ed5d4f3e0acdba16200a8c (patch)
treee6c281c2758167cd706dd64488c634b695e693ba
parenta366b1036db82ba3ed470ee187eda496501a09e8 (diff)
docs: fix SSL_CTX_set_tlsext_ticket_key_cb typos
* "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) (cherry picked from commit e2a4d68a03b8a3576b0fe917a602b3a283d105a5)
-rw-r--r--doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod b/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
index f289383c78..69cb110c31 100644
--- a/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
+++ b/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod
@@ -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.