]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/lib/s_cb.c
Make s_client -quic -debug work
authorMatt Caswell <matt@openssl.org>
Fri, 13 Oct 2023 11:19:40 +0000 (12:19 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Oct 2023 08:40:48 +0000 (09:40 +0100)
commit1a91fda1839bc745e8359f82d19a5ef44ca36f7e
tree8b8d58e1b17341a65d5b7217e6ffe3fbb2748069
parent8c110311fd5e7f04e2c152b17d44acfd4a279ea6
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@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22480)
apps/lib/s_cb.c
crypto/bio/bio_lib.c