]> 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>
Sat, 11 Jan 2025 21:02:29 +0000 (16:02 -0500)
commitae5d2f429d406711b15082445272c97914f237e2
tree8b42cc5e50fda50c516752ba193434a910c7a22b
parent9f9c1645b9770c1b91f2137c8de7117d29335f75
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