testing: Added swanctl/ocsp-disabled scenario

This commit is contained in:
Andreas Steffen
2017-01-02 14:34:39 +01:00
parent db0953d41f
commit 91a4a4aa83
11 changed files with 264 additions and 0 deletions
@@ -0,0 +1,15 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac vici kernel-netlink socket-default
start-scripts {
creds = /usr/local/sbin/swanctl --load-creds
conns = /usr/local/sbin/swanctl --load-conns
}
plugins {
revocation {
enable_ocsp = no
}
}
}
@@ -0,0 +1,25 @@
connections {
rw {
local_addrs = 192.168.0.1
local {
auth = pubkey
certs = moonCert.pem
id = moon.strongswan.org
}
remote {
auth = pubkey
revocation = strict
}
children {
net {
local_ts = 10.1.0.0/16
esp_proposals = aes128gcm128-curve25519
}
}
version = 2
proposals = aes128-sha256-curve25519
}
}