From 3f633775e48fb23abeaba88e1d37f0f70b3af7b2 Mon Sep 17 00:00:00 2001 From: Eugene Syromiatnikov Date: Mon, 14 Jul 2025 10:26:28 +0200 Subject: [PATCH] doc/man7/openssl-env: document HOME environment variable usage Seems to be the only place where it is used, as of now. 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index 6fb4a2856ff..7ac59a3f010 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -21,6 +21,15 @@ See L. This variable is considered a security-sensitive environment variable. +=item B, B, B + +Path which L uses as a directory for the random seed file +name when the B environment variable is not set. +B is the only variable that is considered on Unix-like systems; +B and B are used as fallbacks on Windows platforms. + +B variable is considered a security-sensitive environment variable. + =item B, B, B, B, B, B Specify a proxy hostname. -- 2.47.2