[openssl/openssl] cb9312: Add the ability to set SSL_trace as the msg_callba...
Matt Caswell
noreply at github.com
Thu Aug 24 09:43:08 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: cb931288730d3ad3e3a6ad9a9db13a8180d31ed9
https://github.com/openssl/openssl/commit/cb931288730d3ad3e3a6ad9a9db13a8180d31ed9
Author: Matt Caswell <matt at openssl.org>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M ssl/quic/quic_tserver.c
Log Message:
-----------
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 at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21800)
Commit: f430713c8c5e579b513ffa16133b8c178978c5b6
https://github.com/openssl/openssl/commit/f430713c8c5e579b513ffa16133b8c178978c5b6
Author: Matt Caswell <matt at openssl.org>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M util/quicserver.c
Log Message:
-----------
Add a -trace option to quicserver to enable tracing of the communication
Trace output of the communication with the client is dumped to stderr if
the -trace options is supplied
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21800)
Compare: https://github.com/openssl/openssl/compare/5ffad4bad9bd...f430713c8c5e
More information about the openssl-commits
mailing list