mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
testing: Migrated ikev1-stroke to new default plugins
This commit is contained in:
parent
950d4fe7a0
commit
6ae40ac581
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown resolve
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown resolve
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown resolve
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown resolve
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown attr
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown attr
|
||||
|
||||
dns1 = PH_IP_WINNETOU
|
||||
dns2 = PH_IP_VENUS
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown resolve
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown resolve
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown resolve
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown resolve
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown attr
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown attr
|
||||
|
||||
dns1 = PH_IP_WINNETOU
|
||||
dns2 = PH_IP_VENUS
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
multiple_authentication = no
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
multiple_authentication = no
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown resolve
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown resolve
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown resolve
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown resolve
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default sqlite attr-sql updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default sqlite attr-sql updown
|
||||
|
||||
plugins {
|
||||
attr-sql {
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
|
||||
keep_alive = 5
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
|
||||
keep_alive = 5
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random drbg nonce aes des md5 sha1 sha2 sha3 chapoly pem pkcs1 pkcs8 curve25519 gmp mgf1 x509 curl revocation hmac kdf xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
|
||||
load = random drbg nonce openssl pem pkcs1 curl revocation xcbc stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random drbg nonce aes des md5 sha1 sha2 sha3 chapoly pem pkcs1 pkcs8 curve25519 gmp mgf1 x509 curl revocation hmac kdf xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
|
||||
load = random drbg nonce openssl pem pkcs1 curl revocation xcbc stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random drbg nonce test-vectors aes des md5 sha1 sha2 sha3 chapoly pem pkcs1 pkcs8 curve25519 gmp mgf1 x509 curl revocation hmac kdf xcbc ctr ccm gcm stroke kernel-netlink socket-default updown
|
||||
load = random drbg nonce openssl test-vectors pem pkcs1 curl revocation xcbc stroke kernel-netlink socket-default updown
|
||||
|
||||
integrity_test = yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 curve25519 hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf stroke kernel-netlink socket-default updown
|
||||
load = random nonce openssl pem pkcs1 curl revocation stroke kernel-netlink socket-default updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf curve25519 xauth-generic resolve kernel-netlink socket-default stroke updown
|
||||
load = random nonce openssl xauth-generic resolve kernel-netlink socket-default stroke updown
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf curve25519 xauth-generic resolve kernel-netlink socket-default stroke updown
|
||||
load = random nonce openssl xauth-generic resolve kernel-netlink socket-default stroke updown
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf curve25519 xauth-generic attr kernel-netlink socket-default stroke updown
|
||||
load = random nonce openssl xauth-generic attr kernel-netlink socket-default stroke updown
|
||||
|
||||
dns1 = 192.168.0.150
|
||||
dns2 = 10.1.0.20
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf curve25519 xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf curve25519 xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf curve25519 xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 md5 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 x509 revocation curve25519 gmp curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
load = random nonce openssl pem pkcs1 revocation curl xauth-generic kernel-netlink socket-default updown stroke
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user