From: Eugene Syromiatnikov Date: Mon, 14 Jul 2025 08:25:41 +0000 (+0200) Subject: doc/man7/openssl-env: document OPENSSL_TEST_LIBCTX environment variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f41923d2d648aa7f340807259ff503860fdf008;p=thirdparty%2Fopenssl.git doc/man7/openssl-env: document OPENSSL_TEST_LIBCTX environment variable Complements: e89578be2930 "Test RSA oaep in fips mode" 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) --- diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index adbb3ecd39c..6fb4a2856ff 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -107,6 +107,14 @@ Default is 0. For more info see L. This variable is not considered security-sensitive. +=item B + +This test-only environment variable, that is recognised by the L +command, when is set to "1", leads to creation of a nondefault library context +by the command, for which the B<-config> option then takes effect. + +This variable is not considered security-sensitive. + =item B By default the OpenSSL trace feature is disabled statically.