]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Note differences in SSL_want
authorHugo Landau <hlandau@openssl.org>
Wed, 30 Aug 2023 15:36:11 +0000 (16:36 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 1 Sep 2023 13:02:54 +0000 (14:02 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21905)

doc/man3/SSL_want.pod

index 1d274fd342a236bb3a3bf97150ee2e50baa16aeb..8a17bdf228af747d6a3b2ad353ad11ffdb87e055 100644 (file)
@@ -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<ssl(7)>, L<SSL_get_error(3)>