diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-06-21 13:16:17 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-06-21 13:16:17 +0000 |
commit | 5b0362ade9b0e0c7ccdb1133504bf0ed5b512afe (patch) | |
tree | b3fc1b1728c149e89d8bc5ad3ad9df918d7e8eac /testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf | |
parent | 51f69943fcc52c04180e3d7ec675d50fa6e7e6d3 (diff) | |
download | strongswan-5b0362ade9b0e0c7ccdb1133504bf0ed5b512afe.tar.bz2 strongswan-5b0362ade9b0e0c7ccdb1133504bf0ed5b512afe.tar.xz |
public key operations using the OpenSSL library require the pubkey plugin
Diffstat (limited to 'testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf')
-rw-r--r-- | testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf b/testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf index f0c3464a1..d9a94e19c 100644 --- a/testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf +++ b/testing/tests/openssl/ike-alg-ecp-low/hosts/dave/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 gmp openssl random x509 hmac stroke + load = curl aes des sha1 sha2 md5 gmp openssl random x509 pubkey hmac stroke } |