]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add the ablity to set a local address for BIO_dgram_pair
authorMatt Caswell <matt@openssl.org>
Tue, 26 Nov 2024 12:36:52 +0000 (12:36 +0000)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit16a19002d8a1937493b28ae49e506460c0569c88
tree19f8b356be49ee469b453543900b621b464bfea7
parent128619a43b713b507abd211c9a149a5b16d22dff
Add the ablity to set a local address for BIO_dgram_pair

BIOs created from a BIO_dgram_pair don't normally have a local BIO_ADDR
associated with them. This allows us to set one.

Fixes openssl/project#933

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26066)
crypto/bio/bss_dgram_pair.c
include/openssl/bio.h.in
test/helpers/quictestlib.c