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/double-nat-net/hosts/bob/etc/strongswan.conf | |
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/double-nat-net/hosts/bob/etc/strongswan.conf')
-rw-r--r-- | testing/tests/ikev2/double-nat-net/hosts/bob/etc/strongswan.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/ikev2/double-nat-net/hosts/bob/etc/strongswan.conf b/testing/tests/ikev2/double-nat-net/hosts/bob/etc/strongswan.conf index 40eb84b8a..06b1e9f48 100644 --- a/testing/tests/ikev2/double-nat-net/hosts/bob/etc/strongswan.conf +++ b/testing/tests/ikev2/double-nat-net/hosts/bob/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 updown + load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink updown } |