diff options
author | Samuli Seppänen <samuli@openvpn.net> | 2011-06-29 11:24:07 +0300 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-07-01 10:31:26 +0200 |
commit | 4ec60a5839c73b3840ad9297e9d9d15893085eff (patch) | |
tree | 36a8e23d3abceb0e5300e6bd1f4364762dec443e /win/openvpn.nsi | |
parent | Revert "Add new openssl.cnf to easy-rsa/Windows" (diff) | |
download | openvpn-4ec60a5839c73b3840ad9297e9d9d15893085eff.tar.xz |
Updated "easy-rsa" for OpenSSL 1.0.0
This patch fixes remaining issues with Trac ticket #125. It does the following:
- Update easy-rsa/2.0/README
- Rename easy-rsa/2.0/openssl.cnf as openssl-0.9.8.cnf
- Add easy-rsa/2.0/openssl-1.0.0.cnf
- Updated vars.bat.sample to use openssl-1.0.0.cnf
- Updated win/openvpn.nsi to use openssl-1.0.0.cnf
- Add a few undefined variables to vars and vars.bat.sample:
required by OpenSSL 1.0.0 (at least on Windows)
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Tested-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to '')
-rwxr-xr-x | win/openvpn.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/openvpn.nsi b/win/openvpn.nsi index d667d76..29d34f1 100755 --- a/win/openvpn.nsi +++ b/win/openvpn.nsi @@ -274,7 +274,7 @@ Section "${PRODUCT_NAME} RSA Certificate Management Scripts" SecOpenVPNEasyRSA # Original nsi script looked for ${EASYRSA}\2.0\openssl.cnf.sample. A newer # openssl.cnf is needed on OpenVPN 2.2+. - File "${EASYRSA}\Windows\openssl.cnf" + File "${EASYRSA}\2.0\openssl-1.0.0.cnf" File "${EASYRSA}\Windows\vars.bat.sample" |