Added openssl-ikev2/rw-cpa scenario
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user