]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/openssl/bio.h.in
Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() code
authorTomas Mraz <tomas@openssl.org>
Mon, 9 Jan 2023 17:39:50 +0000 (18:39 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 27 Jan 2023 15:11:38 +0000 (16:11 +0100)
commit3a857b9532169b1ffaa739ba29cd67a5d93cbe8a
treec335a84a2b4a7f99c35a6e8b78ecdc2fe2f15558
parent6e193d4d03f6c7bdf95e82e226c5fccbd67562f2
Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() code

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20012)
crypto/bio/bss_dgram_pair.c
doc/man3/BIO_s_mem.pod
include/openssl/bio.h.in
ssl/record/rec_layer_s3.c
test/bio_dgram_test.c
test/membio_test.c
util/libcrypto.num