[openssl/openssl] 1a91fd: Make s_client -quic -debug work
Matt Caswell
noreply at github.com
Wed Oct 25 08:43:18 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 1a91fda1839bc745e8359f82d19a5ef44ca36f7e
https://github.com/openssl/openssl/commit/1a91fda1839bc745e8359f82d19a5ef44ca36f7e
Author: Matt Caswell <matt at openssl.org>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M apps/lib/s_cb.c
M crypto/bio/bio_lib.c
Log Message:
-----------
Make s_client -quic -debug work
The callback that makes -debug print the data sent/received needed extending
for the new QUIC callback codes.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22480)
Commit: 95420a2500fe0d96fb44cf7d826a156433c50589
https://github.com/openssl/openssl/commit/95420a2500fe0d96fb44cf7d826a156433c50589
Author: Matt Caswell <matt at openssl.org>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M apps/s_client.c
Log Message:
-----------
Don't wait in select if we have data to write
In s_client, when using quic, if we have data from the user to write then we shouldn't
hang in "select" waiting for something to happen.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22480)
Compare: https://github.com/openssl/openssl/compare/8c110311fd5e...95420a2500fe
More information about the openssl-commits
mailing list