testing: Extended Botan scenarios

This commit is contained in:
Andreas Steffen
2018-09-16 09:30:18 +02:00
parent d2a1834d01
commit 9a4b47ef96
30 changed files with 440 additions and 12 deletions
@@ -0,0 +1,11 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = nonce openssl pem revocation constraints pubkey curl kernel-netlink socket-default updown vici
rsa_pss = yes
}
@@ -0,0 +1,27 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
local {
auth = pubkey
certs = daveCert.pem
id = [email protected]
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-ecp256
}
}
version = 2
proposals = aes128-sha256-ecp256
}
}