Added openssl-ikev2/rw-cpa scenario

This commit is contained in:
Andreas Steffen
2013-04-19 18:34:35 +02:00
parent 70312e6596
commit 545df30c18
29 changed files with 472 additions and 0 deletions
@@ -0,0 +1,18 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = test-vectors soup pem pkcs1 pkcs8 random nonce x509 revocation openssl stroke kernel-netlink socket-default
}
libstrongswan {
integrity_test = yes
crypto_test {
required = yes
on_add = yes
}
plugins {
openssl {
fips_mode = 2
}
}
}