[openssl/openssl] 5091aa: augment quic demos to support ipv4/6 connections
Neil Horman
noreply at github.com
Tue Nov 21 12:06:13 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 5091aadc223315ce115ee12f62df2af173bf5efb
https://github.com/openssl/openssl/commit/5091aadc223315ce115ee12f62df2af173bf5efb
Author: Neil Horman <nhorman at openssl.org>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M demos/guide/quic-client-block.c
M demos/guide/quic-client-non-block.c
M demos/guide/quic-multi-stream.c
M demos/guide/tls-client-block.c
M demos/guide/tls-client-non-block.c
M doc/man7/ossl-guide-quic-client-block.pod
M doc/man7/ossl-guide-tls-client-block.pod
Log Message:
-----------
augment quic demos to support ipv4/6 connections
Because the quicserver utility supports expressly listening in ipv4/6
mode, its possible/likely that the server will listen on an ipv4
address, while the clients will connect via ipv6, leading to connection
failures.
Augment quic demo clients to afford them the same -6 option that the
server has so that connection family can be co-ordinated
Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22577)
More information about the openssl-commits
mailing list