From: Hugo Landau Date: Tue, 9 Apr 2024 07:08:04 +0000 (+0100) Subject: QUIC: Clarify SSL_new_listener API in docs X-Git-Tag: openssl-3.5.0-alpha1~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=640a32afcfa886c5693b2a61c0dc07721ff7ccfa;p=thirdparty%2Fopenssl.git 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) --- 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.