BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is given [1.1.1]#16039
Closed
ueno wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
Closed
BIO_lookup_ex: use AI_ADDRCONFIG only if explicit host name is given [1.1.1]#16039ueno wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
ueno wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
Conversation
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 <[email protected]>
paulidale
approved these changes
Jul 12, 2021
Collaborator
|
This pull request is ready to merge |
Contributor
|
Merged to 1.1.1. Thanks for the backport. |
openssl-machine
pushed a commit
that referenced
this pull request
Jul 13, 2021
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 <[email protected]> Reviewed-by: Dmitry Belyavskiy <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from #16039)
dstebila
added a commit
to open-quantum-safe/openssl
that referenced
this pull request
Aug 26, 2021
Backport of #16033 to the 1.1.1 branch.
Checklist