openssl/crypto/bio
Richard Levitte a8681703d4 bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()
Especially, it's important to use BIO_ADDR_sockaddr_size() instead of
taking sizeof(addr), as BIO_ADDR is a union of several sockaddr variants
with different sizes, and some sendto() implementations are very picky
that the size is correct for the indicated sockaddr family.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20449)
2023-03-07 15:24:54 +01:00
..
bf_buff.c Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size 2022-12-05 13:04:18 +01:00
bf_lbuf.c Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size 2022-12-05 13:04:18 +01:00
bf_nbio.c
bf_null.c
bf_prefix.c
bf_readbuff.c
bio_addr.c
bio_cb.c
bio_dump.c
bio_err.c
bio_lib.c Fix incomplete BIO_dup_state() error check 2023-02-08 10:58:47 -05:00
bio_local.h
bio_meth.c
bio_print.c
bio_sock2.c
bio_sock.c
bss_acpt.c Fix incomplete error check on BIO_set_accept_name() 2023-02-08 09:35:19 -05:00
bss_bio.c
bss_conn.c
bss_core.c
bss_dgram_pair.c Ensure calling BIO_recvmmsg() with a dgram pair reports errors 2023-02-22 05:34:05 +00:00
bss_dgram.c bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size() 2023-03-07 15:24:54 +01:00
bss_fd.c
bss_file.c
bss_log.c
bss_mem.c Revert "Give BIO_s_mem() the ability to support datagrams" 2023-01-27 16:11:18 +01:00
bss_null.c
bss_sock.c
build.info
ossl_core_bio.c