summaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-05-09 14:24:33 +0100
committerPauli <pauli@openssl.org>2022-09-01 18:03:10 +1000
commit664e096cf94b1a2f72b3c562dd93db7e13b235f4 (patch)
tree183f11e10fc8ae21db007f0e45f5cd0effba9737 /CHANGES.md
parent3f42f41ad19c631287386fd8d58f9e02466c5e3f (diff)
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)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 68792f8793..27172e08a7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -173,6 +173,12 @@ OpenSSL 3.1
*David von Oheimb*
+ * Add new BIO_sendmmsg() and BIO_recvmmsg() BIO methods which allow
+ sending and receiving multiple messages in a single call. An implementation
+ is provided for BIO_dgram. For further details, see BIO_sendmmsg(3).
+
+ *Hugo Landau*
+
OpenSSL 3.0
-----------