From 3e124f4bdd5480f6213babeaae1c805aac3a4eea Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 22 Jan 2025 07:38:51 -0500 Subject: [PATCH] Fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26361) --- doc/man3/SSL_CTX_set_new_pending_conn_cb.pod | 4 ++-- doc/man3/SSL_new_listener.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod index 2a99f00f840..eb62efac3b5 100644 --- a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod +++ b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod @@ -49,9 +49,9 @@ QUIC connections may begin processing prior to when an application calls SSL_accept_connection() on them. As such, it may occur that callbacks are delivered to appliations' registered TLS callbacks prior to those SSL objects being returned in SSL_accept_connection(). Applications should expect this -possibilty +possibility -In Particular no references should be held on SSL objects passed to callbacks +In particular no references should be held on SSL objects passed to callbacks for QUIC connections until such time as they are returned through a call to SSL_accept_connection. diff --git a/doc/man3/SSL_new_listener.pod b/doc/man3/SSL_new_listener.pod index 5355749a0f3..3a500c46dcd 100644 --- a/doc/man3/SSL_new_listener.pod +++ b/doc/man3/SSL_new_listener.pod @@ -220,7 +220,7 @@ SSL_get0_listener() behaves somewhat differently in SSL callbacks for QUIC connections. As QUIC connections begin TLS handshake operations prior to them being accepted via SSL_accept_connection(), an application may receive callbacks for such pending connection prior to acceptance via SSL_accept_connection(). As -listner association takes place during the accept process, prior to being +listener association takes place during the accept process, prior to being returned from SSL_accept_connection(), calls to SSL_get0_listener() made from such SSL callbacks will return NULL. This can be used as an indicator within the callback that the referenced SSL object has not yet been accepted. -- 2.47.2