diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-06-11 21:38:07 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-06-11 21:38:07 +0000 |
commit | 4d90d73272e16e7038df7bc85f6f7fdf8a64b111 (patch) | |
tree | bd7cc595bae4b8fe858aa5391d9aa9207e2f4f61 /easy-rsa/2.0 | |
parent | Merged connection profiles from (diff) | |
download | openvpn-4d90d73272e16e7038df7bc85f6f7fdf8a64b111.tar.xz |
Updated version & changelog.
Updated build-pkcs11-helper.sh to build
from OpenSSL 0.9.8h.
Added pkcs11-related fixes to easy-rsa/2.0/vars.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2994 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'easy-rsa/2.0')
-rwxr-xr-x | easy-rsa/2.0/vars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/easy-rsa/2.0/vars b/easy-rsa/2.0/vars index a904547..cded885 100755 --- a/easy-rsa/2.0/vars +++ b/easy-rsa/2.0/vars @@ -41,6 +41,10 @@ export KEY_DIR="$EASY_RSA/keys" # Issue rm -rf warning echo NOTE: If you run ./clean-all, I will be doing a rm -rf on $KEY_DIR +# PKCS11 fixes +export PKCS11_MODULE_PATH="dummy" +export PKCS11_PIN="dummy" + # Increase this to 2048 if you # are paranoid. This will slow # down TLS negotiation performance |