From: Eugene Syromiatnikov Date: Thu, 10 Jul 2025 13:49:05 +0000 (+0200) Subject: doc/man7/openssl-env: sort the variables in lexicographical order X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deed2379a768d53d508a937f8f271b1218124a0b;p=thirdparty%2Fopenssl.git doc/man7/openssl-env: sort the variables in lexicographical order The initial commit that has added the manual page (22bb8c254555 "Document more env var stuff, fix some typo's") had them sorted. 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 59364fd190d..d0a7271cc52 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -18,6 +18,11 @@ the executable is set-user-ID or set-group-ID. Specifies the path to a certificate transparency log list. See L. +=item B, B, B + +Specify a proxy hostname. +See L. + =item B Specifies the path to the B executable. Used by @@ -166,21 +171,6 @@ the L program also transcodes the command-line parameters from the current code page to UTF-8. This environment variable is only checked on Microsoft Windows platforms. -=item B - -The state file for the random number generator. -This should not be needed in normal use. -See L. - -=item B, B - -Specify the default directory or file containing CA certificates. -See L. - -=item B - -Additional arguments for the L command. - =item B, B, B, B, B, B OpenSSL supports a number of different algorithm implementations for @@ -189,18 +179,19 @@ processor capabilities and run time feature enquiry. These environment variables can be used to exert more control over this selection process. See L, L, and L. -=item B, B, B +=item B -Specify a proxy hostname. -See L. +Used to set a QUIC qlog filter specification. See L. =item B Specifies a QUIC qlog output directory. See L. -=item B +=item B -Used to set a QUIC qlog filter specification. See L. +The state file for the random number generator. +This should not be needed in normal use. +See L. =item B @@ -214,6 +205,15 @@ the exchanged keys during an SSL session, it allows any available party with read access to the file to decrypt application traffic sent over that session. Use of this feature should be restricted to test and debug environments only. +=item B, B + +Specify the default directory or file containing CA certificates. +See L. + +=item B + +Additional arguments for the L command. + =back =head1 COPYRIGHT