diff options
author | Martin Willi <martin@strongswan.org> | 2009-08-25 13:21:50 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-08-26 11:23:55 +0200 |
commit | 41f57038e4a8072248dfa69f304f53ea0a8b78a9 (patch) | |
tree | b0261e1bcc5b8ca2302ae8356ed19a3e7974f2ce /testing/tests/ikev2/crl-from-cache | |
parent | 0df451bc07904f37c786cf0347d0f4a12ec2deff (diff) | |
download | strongswan-41f57038e4a8072248dfa69f304f53ea0a8b78a9.tar.bz2 strongswan-41f57038e4a8072248dfa69f304f53ea0a8b78a9.tar.xz |
tests load pem/pkcs1 plugins, pubkey plugin not needed anymore
Diffstat (limited to 'testing/tests/ikev2/crl-from-cache')
-rw-r--r-- | testing/tests/ikev2/crl-from-cache/hosts/carol/etc/strongswan.conf | 2 | ||||
-rw-r--r-- | testing/tests/ikev2/crl-from-cache/hosts/moon/etc/strongswan.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ikev2/crl-from-cache/hosts/carol/etc/strongswan.conf b/testing/tests/ikev2/crl-from-cache/hosts/carol/etc/strongswan.conf index ef63f7262..572cf39cb 100644 --- a/testing/tests/ikev2/crl-from-cache/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev2/crl-from-cache/hosts/carol/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink } diff --git a/testing/tests/ikev2/crl-from-cache/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/crl-from-cache/hosts/moon/etc/strongswan.conf index ef63f7262..572cf39cb 100644 --- a/testing/tests/ikev2/crl-from-cache/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev2/crl-from-cache/hosts/moon/etc/strongswan.conf @@ -1,5 +1,5 @@ # /etc/strongswan.conf - strongSwan configuration file charon { - load = curl aes des sha1 sha2 md5 gmp random x509 pubkey hmac xcbc stroke kernel-netlink + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink } |