mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Fix more typos
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26361)
This commit is contained in:
parent
3e124f4bdd
commit
f60a96a2b4
@ -47,9 +47,9 @@ into consideration when writing an application.
|
||||
|
||||
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
|
||||
delivered to applications' registered TLS callbacks prior to those SSL objects
|
||||
being returned in SSL_accept_connection(). Applications should expect this
|
||||
possibility
|
||||
possibility.
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user