]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't export openssl-related env vars unless set
authorTom Krizek <tkrizek@isc.org>
Wed, 28 Feb 2024 09:44:58 +0000 (10:44 +0100)
committerNicki Křížek <nicki@isc.org>
Thu, 9 May 2024 15:08:09 +0000 (17:08 +0200)
commitcca26efe52a02134c0f7b7f06ef770055efe2979
tree4b07c61e2ec6feb46f14172714e3ae4377b1db94
parentb100ce4c88ea7f149e93d65bbe4b5e99e1c877b5
Don't export openssl-related env vars unless set

If OPENSSL_CONF is exported as an empty string, it will cause issues on
rhel9fips. Allow the environment variables to be set and exported, but
make sure to only export them if they have been set by the user.
bin/tests/system/isctest/vars/all.py
bin/tests/system/isctest/vars/openssl.py