From: Eugene Syromiatnikov Date: Thu, 10 Jul 2025 17:08:54 +0000 (+0200) Subject: doc/man7/openssl-env.pod: document HARNESS_OSSL_PREFIX environment variable X-Git-Tag: openssl-3.6.0-alpha1~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1109bc12372bac31d6b93d1267274272055bbbca;p=thirdparty%2Fopenssl.git doc/man7/openssl-env.pod: document HARNESS_OSSL_PREFIX environment variable For historical purposes. 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 efc2adb0a12..9251f31020b 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -222,6 +222,24 @@ Additional arguments for the L command. =back +=head1 HISTORY + +This section contains environment variables that are no longer considered +by the OpenSSL libraries and commands. + +=over 4 + +=item B + +This environment variable, existed in OpenSSL versions from 1.1.1 up to 3.5, +allowed specification of a prefix prepended to each line sent to the I +by L, used by the test harness to avoid commingling the command +under test output with the output for the TAP consumer. + +This variable was not considered security-sensitive. + +=back + =head1 COPYRIGHT Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved.