]> git.ipfire.org Git - thirdparty/openssl.git/commit
Convert keylogging in response to comments
authorNeil Horman <nhorman@openssl.org>
Tue, 8 Oct 2024 14:35:57 +0000 (10:35 -0400)
committerMatt Caswell <matt@openssl.org>
Mon, 21 Oct 2024 10:34:35 +0000 (11:34 +0100)
commit6f7273a9b0cb9891f72842bc88de561c83c4e7f8
tree3dbf78505f80df74b09c97284f22d7bcaa3f3339
parenta2b5e64907a87d603ff649eccd7fdf151e34e4ba
Convert keylogging in response to comments

1) Convert failures in keylog setup to trace messages for a warning-like
   mechanism

2) Convert sslkeylogfile_cb to be a flag used to determine making a
   direct call to the internal logging function

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25297)
ssl/ssl_lib.c
ssl/ssl_local.h