]> git.ipfire.org Git - thirdparty/openvpn.git/commit
crypto_openssl: add initialization to pick up local configuration
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 28 May 2020 22:59:19 +0000 (15:59 -0700)
committerGert Doering <gert@greenie.muc.de>
Sat, 6 Jun 2020 18:08:56 +0000 (20:08 +0200)
commita4071b20115c7d4e808df81169a986e65cec4efa
tree850b163e4c9e9b70f7e861741dcad9c4b66ad220
parent8155f8aa0a8d801dd0d84e0ec844b9ca4c225df7
crypto_openssl: add initialization to pick up local configuration

The test programme for the new openssl engine code requires overriding
the system default configuration file to point to the location of the
test engine.  Add an initialization stanza that makes this behaviour
universal, so now anyone running openvpn configured with openssl can
specify their own configuration file with the OPENSSL_CONF environment
variable.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20200528225920.6983-3-James.Bottomley@HansenPartnership.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19936.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c