testing: Created swanctl/rw-eap-aka-sql-rsa scenario

This commit is contained in:
Andreas Steffen
2017-04-26 20:38:23 +02:00
parent 64f9fa9e9f
commit 25217488d2
13 changed files with 187 additions and 0 deletions
@@ -0,0 +1,19 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon {
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default sqlite fips-prf eap-aka eap-simaka-sql updown
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
plugins {
eap-simaka-sql {
database = sqlite:///etc/ipsec.d/ipsec.db
}
}
}