remove x509 plugin from remaining openssl-ikev2 scenarios
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
The roadwarrior <b>carol</b> and the gateway <b>moon</b> use the <b>openssl</b>
|
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
|
plugin based on the <b>OpenSSL</b> library for all cryptographical and X.509
|
||||||
whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b> cryptographical
|
certificate functions whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b>
|
||||||
plugins <b>aes des sha1 sha2 md5 gmp</b> plus the <b>openssl</b> plugin for
|
cryptographical plugins <b>aes des sha1 sha2 md5 gmp x509</b> plus the <b>openssl</b>
|
||||||
the Elliptic Curve Diffie-Hellman groups only.
|
plugin for the Elliptic Curve Diffie-Hellman groups only.
|
||||||
<p>
|
<p>
|
||||||
The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each
|
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>.
|
to gateway <b>moon</b>. The authentication is based on <b>X.509 certificates</b>.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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 {
|
libstrongswan {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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 {
|
libstrongswan {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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 {
|
libstrongswan {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
The roadwarrior <b>carol</b> and the gateway <b>moon</b> use the <b>openssl</b>
|
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
|
plugin based on the <b>OpenSSL</b> library for all cryptographical and X.509
|
||||||
whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b> cryptographical
|
certificate functions whereas roadwarrior <b>dave</b> uses the default <b>strongSwan</b>
|
||||||
plugins <b>aes des sha1 sha2 md5 gmp</b> plus the <b>openssl</b> plugin for
|
cryptographical plugins <b>aes des sha1 sha2 md5 gmp x509</b> plus the <b>openssl</b>
|
||||||
the Elliptic Curve Diffie-Hellman groups only.
|
plugin for the Elliptic Curve Diffie-Hellman groups only.
|
||||||
<p>
|
<p>
|
||||||
The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each
|
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>.
|
to gateway <b>moon</b>. The authentication is based on <b>X.509 certificates</b>.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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 {
|
libstrongswan {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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 {
|
libstrongswan {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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 {
|
libstrongswan {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
The hosts <b>carol</b>, <b>dave</b>, and <b>moon</b> use the <b>openssl</b> plugin
|
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>
|
<p>
|
||||||
The roadwarriors <b>carol</b> and <b>dave</b> set up a connection each
|
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>
|
to gateway <b>moon</b>. The authentication is based on <b>ECDSA signatures</b>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
charon {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user