From: Neil Horman Date: Mon, 20 Jan 2025 22:03:42 +0000 (-0500) Subject: update docs with reference to SSL_set_ex_data X-Git-Tag: openssl-3.5.0-alpha1~258 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c189782c9380fe77f40185b88aaca87d7272b03;p=thirdparty%2Fopenssl.git update docs with reference to SSL_set_ex_data Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26361) --- diff --git a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod index 2c9cd3db9f0..2a99f00f840 100644 --- a/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod +++ b/doc/man3/SSL_CTX_set_new_pending_conn_cb.pod @@ -34,6 +34,10 @@ on a subsequent call to SSL_accept_connection(). A nonzero return value is treated as success, allowing the new connection to be enqueued to the accept queue. +=head1 SEE ALSO + +L + =head1 NOTES Callbacks in QUIC connections have some limitations to them that should be taken