From: Hugo Landau Date: Wed, 30 Aug 2023 15:36:11 +0000 (+0100) Subject: QUIC: Note differences in SSL_want X-Git-Tag: openssl-3.2.0-alpha1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e24f784b0c3be754b2114902ca3d8ec8e67711dc;p=thirdparty%2Fopenssl.git QUIC: Note differences in SSL_want Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21905) --- diff --git a/doc/man3/SSL_want.pod b/doc/man3/SSL_want.pod index 1d274fd342a..8a17bdf228a 100644 --- a/doc/man3/SSL_want.pod +++ b/doc/man3/SSL_want.pod @@ -99,6 +99,10 @@ SSL_want_x509_lookup(), SSL_want_retry_verify(), SSL_want_async(), SSL_want_async_job(), and SSL_want_client_hello_cb() return 1 when the corresponding condition is true or 0 otherwise. +=head1 QUIC-SPECIFIC CONSIDERATIONS + +For QUIC, these functions relate only to the TLS handshake layer. + =head1 SEE ALSO L, L