strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added openssl-ikev2/rw-cpa scenario
[strongswan.git]
/
testing
/
tests
/
openssl-ikev2
/
rw-cpa
/
hosts
/
dave
/
etc
/
strongswan.conf
1
# /etc/strongswan.conf - strongSwan configuration file
2
3
charon {
4
load = test-vectors soup pem pkcs1 pkcs8 random nonce x509 revocation openssl stroke kernel-netlink socket-default
5
6
retransmit_timeout = 2
7
retransmit_base = 1.5
8
retransmit_tries = 3
9
initiator_only = yes
10
}
11
12
libstrongswan {
13
integrity_test = yes
14
crypto_test {
15
required = yes
16
on_add = yes
17
}
18
plugins {
19
openssl {
20
fips_mode = 2
21
}
22
}
23
}