From 640a32afcfa886c5693b2a61c0dc07721ff7ccfa Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 9 Apr 2024 08:08:04 +0100 Subject: [PATCH] QUIC: Clarify SSL_new_listener API in docs Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24037) --- doc/man3/SSL_new_listener.pod | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/man3/SSL_new_listener.pod b/doc/man3/SSL_new_listener.pod index 6d81fabbeb2..df869e07534 100644 --- a/doc/man3/SSL_new_listener.pod +++ b/doc/man3/SSL_new_listener.pod @@ -58,6 +58,11 @@ L; =item +Certain configurable parameters described in L (see +L for details); + +=item + Accepting network connections using the functions documented in this manual page, such as SSL_accept_connection(). @@ -127,8 +132,10 @@ to SSL_accept_connection(). Note that since this may change between subsequent API calls to the listener SSL object, it should be used for informational purposes only. -Currently, listener SSL objects are only supported for QUIC usage via -L. It is expected that the listener interface, which +Currently, listener SSL objects are only supported for QUIC server usage via +L, or QUIC client-only usage via +L or L (see +L). It is expected that the listener interface, which provides an abstracted API for connection acceptance, will be expanded to support other protocols, such as TLS over TCP, plain TCP or DTLS in future. -- 2.47.3