summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-06-16 16:08:37 +0100
committerHugo Landau <hlandau@openssl.org>2022-07-28 08:06:52 +0100
commit5a4ba72f00f9b336a4d65abff822699ceb9617c6 (patch)
tree0182c29aa292abc6a13a70ab8b86a615dda05d40 /util
parent08c00377cb82f7eefcf7433606e687f348b9e7a0 (diff)
Give BIO_s_mem() the ability to support datagrams
We introduce a new BIO ctrl that switches a BIO_s_mem() into datagram mode. Packet boundaries are respected. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18596)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index e9338aabab..6406849f3f 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5447,3 +5447,4 @@ CMS_SignedData_new ? 3_1_0 EXIST::FUNCTION:CMS
CMS_SignedData_verify ? 3_1_0 EXIST::FUNCTION:CMS
OPENSSL_strcasecmp ? 3_0_3 EXIST::FUNCTION:
OPENSSL_strncasecmp ? 3_0_3 EXIST::FUNCTION:
+BIO_s_dgram_mem ? 3_1_0 EXIST::FUNCTION: