]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a public flag to disable address validation on listeners
authorNeil Horman <nhorman@openssl.org>
Wed, 4 Dec 2024 14:25:12 +0000 (09:25 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit60762be09bbe05683cd24aabd0d0551900b99428
tree3444e85d4ee7ea4b519b0afcbdbbf6c7833accbc
parent0746d4628ecf5e6c990c320e255bb47fc274970e
Add a public flag to disable address validation on listeners

Now that we have the infrastructure to skip address validation, add a
public flag to SSL_new_listener and SSL_new_listener_from to allow the
skipping of address validation on selected quic listener SSL objects

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