]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
remove x509 plugin from remaining openssl-ikev2 scenarios
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 25 May 2010 13:49:58 +0000 (15:49 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 25 May 2010 13:49:58 +0000 (15:49 +0200)
17 files changed:
testing/tests/openssl-ikev2/alg-blowfish/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-blowfish/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-blowfish/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-camellia/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-camellia/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-ecp-high/description.txt
testing/tests/openssl-ikev2/alg-ecp-high/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-ecp-high/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-ecp-high/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-ecp-low/description.txt
testing/tests/openssl-ikev2/alg-ecp-low/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-ecp-low/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev2/alg-ecp-low/hosts/moon/etc/strongswan.conf
testing/tests/openssl-ikev2/ecdsa-certs/description.txt
testing/tests/openssl-ikev2/ecdsa-certs/hosts/carol/etc/strongswan.conf
testing/tests/openssl-ikev2/ecdsa-certs/hosts/dave/etc/strongswan.conf
testing/tests/openssl-ikev2/ecdsa-certs/hosts/moon/etc/strongswan.conf

index 807ca94119a0f436e030ffdb660be77af0d9471e..25726ef7037c8330af47bb364c58d61b00124150 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
index 807ca94119a0f436e030ffdb660be77af0d9471e..25726ef7037c8330af47bb364c58d61b00124150 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
index 807ca94119a0f436e030ffdb660be77af0d9471e..25726ef7037c8330af47bb364c58d61b00124150 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
index 6420b34146b1dc79147dcb3aa0af57e88cf917fd..5ec05ed7e61459e3b317559886bdff7620bffbda 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac xcbc stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac xcbc stroke kernel-netlink socket-default updown
 }
index 6420b34146b1dc79147dcb3aa0af57e88cf917fd..5ec05ed7e61459e3b317559886bdff7620bffbda 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac xcbc stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac xcbc stroke kernel-netlink socket-default updown
 }
index b8efbe87ecec14456ec302609b67ecc57538f851..a1f31495dd0070cd238b7bb4d84e29d34e746ef7 100644 (file)
@@ -1,8 +1,8 @@
 The roadwarrior <b>carol</b> and the gateway <b>moon</b> use the <b>openssl</b>
-plugin based on the <b>OpenSSL</b> library for all cryptographical functions
-whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b> cryptographical
-plugins <b>aes des sha1 sha2 md5 gmp</b> plus the <b>openssl</b> plugin for 
-the Elliptic Curve Diffie-Hellman groups only.
+plugin based on the <b>OpenSSL</b> library for all cryptographical and X.509
+certificate functions whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b>
+cryptographical plugins <b>aes des sha1 sha2 md5 gmp x509</b> plus the <b>openssl</b>
+plugin for the Elliptic Curve Diffie-Hellman groups only.
 <p>
 The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each 
 to gateway <b>moon</b>. The authentication is based on <b>X.509 certificates</b>.
index b8038df012b1e0f2cda82c221888e6573811cfa2..d1d8a38c1f8dbb061537c65e40e8257d2d2f31d4 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index f988d90b4548d4563bbc4978f74450876e8bb78a..d315546f7818ed89a50e2ca93c57c7356c83cea6 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 x509 openssl random hmac stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index b8038df012b1e0f2cda82c221888e6573811cfa2..d1d8a38c1f8dbb061537c65e40e8257d2d2f31d4 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index 4f043e7d996ab0ec807404f399e4b6a7f7b6f6c4..84b6eb4bf1043e892d63cffb256ec86ae9339693 100644 (file)
@@ -1,8 +1,8 @@
 The roadwarrior <b>carol</b> and the gateway <b>moon</b> use the <b>openssl</b>
-plugin based on the <b>OpenSSL</b> library for all cryptographical functions
-whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b> cryptographical
-plugins <b>aes des sha1 sha2 md5 gmp</b> plus the <b>openssl</b> plugin for 
-the Elliptic Curve Diffie-Hellman groups only.
+plugin based on the <b>OpenSSL</b> library for all cryptographical and X.509 
+certificate functions whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b>
+cryptographical plugins <b>aes des sha1 sha2 md5 gmp x509</b> plus the <b>openssl</b>
+plugin for the Elliptic Curve Diffie-Hellman groups only.
 <p>
 The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each 
 to gateway <b>moon</b>. The authentication is based on <b>X.509 certificates</b>.
index b8038df012b1e0f2cda82c221888e6573811cfa2..d1d8a38c1f8dbb061537c65e40e8257d2d2f31d4 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index f988d90b4548d4563bbc4978f74450876e8bb78a..d315546f7818ed89a50e2ca93c57c7356c83cea6 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl aes des sha1 sha2 md5 pem pkcs1 gmp pem pkcs1 x509 openssl random hmac stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index b8038df012b1e0f2cda82c221888e6573811cfa2..d1d8a38c1f8dbb061537c65e40e8257d2d2f31d4 100644 (file)
@@ -1,7 +1,7 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
 
 libstrongswan {
index 2c098d89873a48b90b045dbc527125d254082c6f..4f855eb1ada3eaf1ea853143fc0cc35d39a50005 100644 (file)
@@ -1,5 +1,5 @@
 The hosts <b>carol</b>, <b>dave</b>, and <b>moon</b> use the <b>openssl</b> plugin
-based on the <b>OpenSSL</b> library for all cryptographical functions.
+based on the <b>OpenSSL</b> library for all cryptographical and X.509 certificate functions.
 <p>
 The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each 
 to gateway <b>moon</b>. The authentication is based on <b>ECDSA signatures</b>
index 807ca94119a0f436e030ffdb660be77af0d9471e..25726ef7037c8330af47bb364c58d61b00124150 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
index 807ca94119a0f436e030ffdb660be77af0d9471e..25726ef7037c8330af47bb364c58d61b00124150 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }
index 807ca94119a0f436e030ffdb660be77af0d9471e..25726ef7037c8330af47bb364c58d61b00124150 100644 (file)
@@ -1,5 +1,5 @@
 # /etc/strongswan.conf - strongSwan configuration file
 
 charon {
-  load = curl pem pkcs1 openssl random x509 hmac stroke kernel-netlink socket-default updown
+  load = curl pem pkcs1 openssl random hmac stroke kernel-netlink socket-default updown
 }