]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add the ability to set SSL_trace as the msg_callback in tserver
authorMatt Caswell <matt@openssl.org>
Thu, 17 Aug 2023 13:32:00 +0000 (14:32 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 24 Aug 2023 09:33:58 +0000 (10:33 +0100)
commitcb931288730d3ad3e3a6ad9a9db13a8180d31ed9
tree8591150f42baa002e36ffd3189002274eab670b3
parent5ffad4bad9bd701cc3d14c96304484884ace0831
Add the ability to set SSL_trace as the msg_callback in tserver

This is useful for debugging purposes. The standard SSL_trace msgcallback
can be used with tserver.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21800)
ssl/quic/quic_tserver.c