]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix an SSL_trace bug
authorMatt Caswell <matt@openssl.org>
Tue, 9 May 2023 14:20:04 +0000 (15:20 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 11:18:33 +0000 (12:18 +0100)
commitb946a3eed5c40230955d5acc67884c3fd2fd6b18
tree5a11a5471cc22601967dda03d6f880023bb72840
parentbfcf1356f9fdc6ad939f73f2d4e505bd519c33d2
Fix an SSL_trace bug

Ensure that SSL_trace can print certificate data even with a non-default
libctx.

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