5.1.0 changes for test cases

This commit is contained in:
Andreas Steffen
2013-06-29 00:07:15 +02:00
parent b1b0cce396
commit b1f1e5e5f2
182 changed files with 5019 additions and 344 deletions
@@ -0,0 +1,23 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = test-vectors soup pem pkcs1 pkcs8 random nonce x509 revocation openssl stroke kernel-netlink socket-default
retransmit_timeout = 2
retransmit_base = 1.5
retransmit_tries = 3
initiator_only = yes
}
libstrongswan {
integrity_test = yes
crypto_test {
required = yes
on_add = yes
}
plugins {
openssl {
fips_mode = 2
}
}
}