]> git.ipfire.org Git - thirdparty/openssl.git/commit
Eliminate SSL_LISTENER_FLAG_NO_ACCEPT flag in QUIC
authorNeil Horman <nhorman@openssl.org>
Wed, 29 Jan 2025 19:38:45 +0000 (14:38 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:34 +0000 (11:27 -0500)
commit3f06ebcfe39ea2d386061d264fa094eff4d533f3
tree7039a482377d396e2115c468675501398c6a0839
parenta6f3110318dda041461863d2830c3b356e7c6f0f
Eliminate SSL_LISTENER_FLAG_NO_ACCEPT flag in QUIC

We've not implemented it yet, and don't need it for MVP, so move the
TODO's to QUIC FUTURE and remove the docs for it.

Fixes openssl/project#1074

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26593)
doc/man3/SSL_new_listener.pod
include/openssl/ssl.h.in
ssl/quic/quic_impl.c