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
/
moon
/
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
7
libstrongswan {
8
integrity_test = yes
9
crypto_test {
10
required = yes
11
on_add = yes
12
}
13
plugins {
14
openssl {
15
fips_mode = 2
16
}
17
}
18
}