summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-30 16:36:11 +0100
committerHugo Landau <hlandau@openssl.org>2023-09-01 14:02:54 +0100
commite24f784b0c3be754b2114902ca3d8ec8e67711dc (patch)
tree9c3955aae0dcebdd07dd98272bbc32a7a29b3073
parentca5b030306b8b4c98afca5dca216bc59c24e6aca (diff)
QUIC: Note differences in SSL_want
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21905)
-rw-r--r--doc/man3/SSL_want.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/SSL_want.pod b/doc/man3/SSL_want.pod
index 1d274fd342..8a17bdf228 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<ssl(7)>, L<SSL_get_error(3)>