From 9ccd388664035e3100dbc608997263702f5943ea Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Mon, 14 Jul 2025 09:47:26 +0200 Subject: [PATCH] doc/man7/openssl-env: document QUERY OPENSSL_TRACE category Complements: eed43f8a12ef "Add a QUERY trace category" Signed-off-by: Eugene Syromiatnikov Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/28025) --- doc/man7/openssl-env.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index bae1a654c55..e09e7603504 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -204,6 +204,12 @@ Traces various operations that are performed on OpenSSL providers during their handling by the library (see L), such as initialisation, tear down, parameter and capability retrieval, self-test, and so on. +=item B + +Traces operation related to addition, removal, and fetching of methods +in the so-called method store, that holds pointers to functions provided +by various providers. + =back This variable is not considered security-sensitive. -- 2.47.2