=pod =head1 NAME openssl-env - OpenSSL environment variables =head1 DESCRIPTION The OpenSSL libraries use environment variables to override the compiled-in default paths for various data. To avoid security risks, the environment is usually not consulted when the executable is set-user-ID or set-group-ID. =over 4 =item B Specifies the path to a certificate transparency log list. See L. =item B Specifies the path to the B executable. Used by the B script (see L) and by the B script (see L =item B, B Specifies the path to a configuration file and the directory for included files. See L. =item B Specifies a configuration option and filename for the B and B commands invoked by the B script. See L. =item B Specifies the directory from which dynamic engines are loaded. See L. =item B, B If built with debugging, this allows memory allocation to fail. See L. =item B Specifies the directory from which cryptographic providers are loaded. Equivalently, the generic B<-provider-path> command-line option may be used. =item B If set, then L returns UTF-8 encoded strings, rather than ones encoded in the current code page, and 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 OpenSSL supports a number of different algorithm implementations for various machines and, by default, it determines which to use based on the processor capabilities and run time feature enquiry. These environment variables can be used to exert more control over this selection process. See L, L. =item B, B, B Specify a proxy hostname. See L. =back =head1 COPYRIGHT Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at L. =cut