openssl/crypto/bio
Daiki Ueno 15729bef38 BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is given
The flag only affects which record types are queried via DNS (A or
AAAA, or both).  When node is NULL and AF_UNSPEC is used, it prevents
getaddrinfo returning the right address associated with the loopback
interface.

Signed-off-by: Daiki Ueno <dueno@redhat.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/16033)
2021-07-10 17:59:00 +02:00
..
bf_buff.c
bf_lbuf.c
bf_nbio.c Update copyright year 2021-06-17 13:24:59 +01:00
bf_null.c Update copyright year 2021-06-17 13:24:59 +01:00
bf_prefix.c Update copyright year 2021-06-17 13:24:59 +01:00
bf_readbuff.c
bio_addr.c BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is given 2021-07-10 17:59:00 +02:00
bio_cb.c Update copyright year 2021-06-17 13:24:59 +01:00
bio_dump.c Update copyright year 2021-06-17 13:24:59 +01:00
bio_err.c
bio_lib.c
bio_local.h
bio_meth.c
bio_print.c
bio_sock2.c bio: check for valid socket when closing 2021-06-30 13:55:09 +10:00
bio_sock.c
bss_acpt.c Update copyright year 2021-06-17 13:24:59 +01:00
bss_bio.c Update copyright year 2021-06-17 13:24:59 +01:00
bss_conn.c
bss_core.c BIO_new_from_core_bio: Fix heap-use-after-free after attach 2021-06-25 10:11:29 +10:00
bss_dgram.c Update copyright year 2021-06-17 13:24:59 +01:00
bss_fd.c
bss_file.c
bss_log.c
bss_mem.c
bss_null.c Update copyright year 2021-06-17 13:24:59 +01:00
bss_sock.c
build.info
ossl_core_bio.c