testing: Added swanctl/rw-eap-md5-id-rsa scenario

This commit is contained in:
Andreas Steffen
2017-05-26 14:36:25 +02:00
committed by Tobias Brunner
parent 7272fa0c8d
commit 2d5a79bf59
9 changed files with 160 additions and 0 deletions
@@ -0,0 +1,14 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon {
load = random nonce aes md5 sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default eap-identity eap-md5 updown
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
}