]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
the ikev1 scenarios need the x509 plugin
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 6 Oct 2009 12:38:34 +0000 (14:38 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 6 Oct 2009 12:38:34 +0000 (14:38 +0200)
49 files changed:
configure.in
testing/hosts/alice/etc/strongswan.conf
testing/hosts/bob/etc/strongswan.conf
testing/hosts/carol/etc/strongswan.conf
testing/hosts/dave/etc/strongswan.conf
testing/hosts/moon/etc/strongswan.conf
testing/hosts/sun/etc/strongswan.conf
testing/hosts/venus/etc/strongswan.conf
testing/tests/gcrypt-ikev1/alg-serpent/hosts/carol/etc/strongswan.conf
testing/tests/gcrypt-ikev1/alg-serpent/hosts/moon/etc/strongswan.conf
testing/tests/gcrypt-ikev1/alg-twofish/hosts/carol/etc/strongswan.conf
testing/tests/gcrypt-ikev1/alg-twofish/hosts/moon/etc/strongswan.conf
testing/tests/gcrypt-ikev1/rw-cert/hosts/carol/etc/strongswan.conf
testing/tests/gcrypt-ikev1/rw-cert/hosts/dave/etc/strongswan.conf
testing/tests/gcrypt-ikev1/rw-cert/hosts/moon/etc/strongswan.conf
testing/tests/ike/rw-cert/hosts/carol/etc/strongswan.conf
testing/tests/ike/rw-cert/hosts/moon/etc/strongswan.conf
testing/tests/ike/rw_v1-net_v2/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/alg-blowfish/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/alg-blowfish/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/attr-cert/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/crl-ldap/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/crl-ldap/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/default-keys/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/default-keys/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/mode-config/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/multi-level-ca-ldap/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/multi-level-ca-ldap/hosts/dave/etc/strongswan.conf
testing/tests/ikev1/multi-level-ca-ldap/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/net2net-rsa/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/net2net-rsa/hosts/sun/etc/strongswan.conf
testing/tests/ikev1/req-pkcs10/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/req-pkcs10/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/rw-cert/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/rw-cert/hosts/moon/etc/strongswan.conf
testing/tests/ikev1/self-signed/hosts/carol/etc/strongswan.conf
testing/tests/ikev1/self-signed/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev1/alg-ecp-high/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev1/alg-ecp-high/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev1/alg-ecp-high/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev1/alg-ecp-low/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev1/alg-ecp-low/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev1/alg-ecp-low/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev1/ecdsa-certs/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev1/ecdsa-certs/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev1/ecdsa-certs/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev1/rw-cert/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev1/rw-cert/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev1/rw-cert/hosts/moon/etc/strongswan.conf

index 8b4d6a428e889ed8b18f83bfbdeb2943d21c1cdc..84e6e80f3cc711b377977dd6b1cdd3122511815e 100644 (file)
@@ -586,6 +586,7 @@ if test x$random = xtrue; then
 fi
 if test x$x509 = xtrue; then
        libstrongswan_plugins=${libstrongswan_plugins}" x509"
+       pluto_plugins=${pluto_plugins}" x509"
 fi
 if test x$pubkey = xtrue; then
        libstrongswan_plugins=${libstrongswan_plugins}" pubkey"
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 35a9fc238590da0177f32cbdd46a3fc633dccca7..ba5dbdd1d282f9bfc3ec680b170426aafbe6ed4c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 82fc8743eb029b70c058798556ce0859f94275c2..afc3806b593fcc9ca5e0009ac2c685795e529d6a 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 gcrypt hmac curl
+  load = pem pkcs1 x509 gcrypt hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 82fc8743eb029b70c058798556ce0859f94275c2..afc3806b593fcc9ca5e0009ac2c685795e529d6a 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 gcrypt hmac curl
+  load = pem pkcs1 x509 gcrypt hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 82fc8743eb029b70c058798556ce0859f94275c2..afc3806b593fcc9ca5e0009ac2c685795e529d6a 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 gcrypt hmac curl
+  load = pem pkcs1 x509 gcrypt hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 82fc8743eb029b70c058798556ce0859f94275c2..afc3806b593fcc9ca5e0009ac2c685795e529d6a 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 gcrypt hmac curl
+  load = pem pkcs1 x509 gcrypt hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index ae63cb678298c302a6d359b203f833375ef5ee90..77491cfd8f7a55980931cd3c759144e64ebb9a96 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors pem pkcs1 gcrypt hmac curl
+  load = test-vectors pem pkcs1 x509 gcrypt hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 40d2b44b9d06a69e3b39e00ebc7aa9d7c5e5661f..7d8cd1781ae83ac238271a6bad96f0ed09002bc8 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac curl
+  load = test-vectors aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index ae63cb678298c302a6d359b203f833375ef5ee90..77491cfd8f7a55980931cd3c759144e64ebb9a96 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors pem pkcs1 gcrypt hmac curl
+  load = test-vectors pem pkcs1 x509 gcrypt hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index dac22a2f087f32e2cca65dfa17e9bdfad66388b1..c2d2b14ac15c2c76c9147d36326b4bac73cd2931 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index bb10d0f36114fdce4bae8b0981ff886e495a711a..ff3faf9936f612fd564fdcff9938045f1dd56681 100644 (file)
@@ -5,7 +5,7 @@ charon {
 }
 
 pluto {
-  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac
+  load = curl test-vectors aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac
 }
 
 libstrongswan {
index f51743c66f86921741cef08657fa3f2944fd1ee1..cf489301494f7b8a97f9338dd4297adbba5a5083 100644 (file)
@@ -5,5 +5,5 @@ charon {
 }
 
 pluto {
-  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random hmac
+  load = curl aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac
 }
index fb9e62c49058e4d3a1b52ebbda3ba426f90e9921..28dd532b33d6c4139c33369dc8d3761c1a9590ca 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des blowfish hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des blowfish hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index fb9e62c49058e4d3a1b52ebbda3ba426f90e9921..28dd532b33d6c4139c33369dc8d3761c1a9590ca 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des blowfish hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des blowfish hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index a34b56fa4af76c4236878488a0c3a9d400848d0b..53d719d9d628e69421bd8f74f8f36b40bb4d8475 100644 (file)
@@ -1,9 +1,9 @@
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 openac {
-  load = sha1 sha2 md5 pem pkcs1 gmp random x509
+  load = sha1 sha2 md5 pem pkcs1 x509 gmp random x509
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 11ea43dab2a33d85a1b930ed59300d0413370e88..4d916ab36bc9ba3dca58bf5dcff170f2e61ec487 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl ldap
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl ldap
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 11ea43dab2a33d85a1b930ed59300d0413370e88..4d916ab36bc9ba3dca58bf5dcff170f2e61ec487 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl ldap
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl ldap
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index f6d46746a0698f13c25a491a9367324e1029ab67..737117cc9fd25652df2f7a33a769c5369225d101 100644 (file)
@@ -1,11 +1,11 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 scepclient {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index f6d46746a0698f13c25a491a9367324e1029ab67..737117cc9fd25652df2f7a33a769c5369225d101 100644 (file)
@@ -1,11 +1,11 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 scepclient {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 2435a5a5b14b7efe8b4be16d84c5cba96bed5ab4..83cdb0d287325b8f9d1bd0ee4498f245f936b187 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
   dns1 = PH_IP_WINNETOU
   dns2 = PH_IP6_VENUS
 }
index 11ea43dab2a33d85a1b930ed59300d0413370e88..4d916ab36bc9ba3dca58bf5dcff170f2e61ec487 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl ldap
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl ldap
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 11ea43dab2a33d85a1b930ed59300d0413370e88..4d916ab36bc9ba3dca58bf5dcff170f2e61ec487 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl ldap
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl ldap
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 11ea43dab2a33d85a1b930ed59300d0413370e88..4d916ab36bc9ba3dca58bf5dcff170f2e61ec487 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl ldap
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl ldap
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 596de801cb5175bf30c7ef646ceabbb00ad6d461..4bf0f97aa0340deff13ebd6aead32fc147bdca80 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac dnskey pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 596de801cb5175bf30c7ef646ceabbb00ad6d461..4bf0f97aa0340deff13ebd6aead32fc147bdca80 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac dnskey pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac dnskey pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index f6d46746a0698f13c25a491a9367324e1029ab67..737117cc9fd25652df2f7a33a769c5369225d101 100644 (file)
@@ -1,11 +1,11 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 scepclient {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index f6d46746a0698f13c25a491a9367324e1029ab67..737117cc9fd25652df2f7a33a769c5369225d101 100644 (file)
@@ -1,11 +1,11 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 scepclient {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index dac22a2f087f32e2cca65dfa17e9bdfad66388b1..c2d2b14ac15c2c76c9147d36326b4bac73cd2931 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index dac22a2f087f32e2cca65dfa17e9bdfad66388b1..3ec745baaaaff4908852cf777f8fcdff7f3b8f14 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = test-vectors sha1 sha2 md5 aes des hmac pem pkcs1 x509 x509 gmp random curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index f6d46746a0698f13c25a491a9367324e1029ab67..737117cc9fd25652df2f7a33a769c5369225d101 100644 (file)
@@ -1,11 +1,11 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 scepclient {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index f6d46746a0698f13c25a491a9367324e1029ab67..737117cc9fd25652df2f7a33a769c5369225d101 100644 (file)
@@ -1,11 +1,11 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random curl
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
 }
 
 scepclient {
-  load = sha1 sha2 md5 aes des hmac pem pkcs1 gmp random
+  load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 4ccc387bd6f8c8e29c268a432d1989f2bd4162d4..85684b1c97941f02f84b3c659bd990c78e185cd6 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 openssl random hmac curl
+  load = pem pkcs1 x509 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 6d2d08f83fc7c9b67494700dd1b9c03d7ee6c60e..3562ddc67b3e888b8b42a6e2b801cf99d18806c7 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 openssl random hmac curl
+  load = aes des sha1 sha2 md5 pem pkcs1 x509 gmp pem pkcs1 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 4ccc387bd6f8c8e29c268a432d1989f2bd4162d4..85684b1c97941f02f84b3c659bd990c78e185cd6 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 openssl random hmac curl
+  load = pem pkcs1 x509 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 63892fd338bc65a9721a0353eb83bd5daeb3dcad..2247496db65476b21dde3dad94d89ed578c6403a 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 openssl random hmac curl 
+  load = pem pkcs1 x509 openssl random hmac curl 
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 6d2d08f83fc7c9b67494700dd1b9c03d7ee6c60e..3562ddc67b3e888b8b42a6e2b801cf99d18806c7 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 openssl random hmac curl
+  load = aes des sha1 sha2 md5 pem pkcs1 x509 gmp pem pkcs1 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 63892fd338bc65a9721a0353eb83bd5daeb3dcad..2247496db65476b21dde3dad94d89ed578c6403a 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 openssl random hmac curl 
+  load = pem pkcs1 x509 openssl random hmac curl 
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 4ccc387bd6f8c8e29c268a432d1989f2bd4162d4..85684b1c97941f02f84b3c659bd990c78e185cd6 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 openssl random hmac curl
+  load = pem pkcs1 x509 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 6d2d08f83fc7c9b67494700dd1b9c03d7ee6c60e..3562ddc67b3e888b8b42a6e2b801cf99d18806c7 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 openssl random hmac curl
+  load = aes des sha1 sha2 md5 pem pkcs1 x509 gmp pem pkcs1 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 4ccc387bd6f8c8e29c268a432d1989f2bd4162d4..85684b1c97941f02f84b3c659bd990c78e185cd6 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = pem pkcs1 openssl random hmac curl
+  load = pem pkcs1 x509 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 1029b8536466322b56895f79ca247904e14bc9f4..e4d41df396c30c120760766b45acc53097fbe15e 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors pem pkcs1 openssl random hmac curl
+  load = test-vectors pem pkcs1 x509 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index 83b48deb3654039678f6dcbfeda35aa79ae4d56b..2da706ef779eed5ba79367a62cc9d7d33a99330c 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors aes des sha1 sha2 md5 pem pkcs1 gmp random hmac curl
+  load = test-vectors aes des sha1 sha2 md5 pem pkcs1 x509 gmp random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)
index edc6dbed4bb7affb426d15faa0909c2e78e2717d..1531d9933bce4d09a032a4befdc554710845873f 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 pluto {
-  load = test-vectors pem pkcs1 openssl random hmac curl
+  load = test-vectors pem pkcs1 x509 openssl random hmac curl
 }
 
 # pluto uses optimized DH exponent sizes (RFC 3526)