BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
authorHugo Landau <hlandau@openssl.org>
Mon, 9 May 2022 13:24:33 +0000 (14:24 +0100)
committerPauli <pauli@openssl.org>
Thu, 1 Sep 2022 08:03:10 +0000 (18:03 +1000)
commit664e096cf94b1a2f72b3c562dd93db7e13b235f4
tree183f11e10fc8ae21db007f0e45f5cd0effba9737
parent3f42f41ad19c631287386fd8d58f9e02466c5e3f
BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18270)
12 files changed:
CHANGES.md
crypto/bio/bio_err.c
crypto/bio/bio_local.h
crypto/bio/bio_sock.c
crypto/bio/bss_dgram.c
crypto/err/openssl.txt
include/crypto/bioerr.h
include/internal/sockets.h
include/openssl/bioerr.h
test/bio_dgram_test.c [new file with mode: 0644]
test/build.info
test/recipes/04-test_bio_dgram.t [new file with mode: 0644]