strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
testing: Converted swanctl to systemd
[strongswan.git]
/
testing
/
tests
/
swanctl
/
rw-cert
/
hosts
/
carol
/
etc
/
strongswan.conf
diff --git
a/testing/tests/swanctl/rw-cert/hosts/carol/etc/strongswan.conf
b/testing/tests/swanctl/rw-cert/hosts/carol/etc/strongswan.conf
index
75f1847
..
0fca1b5
100755
(executable)
--- a/
testing/tests/swanctl/rw-cert/hosts/carol/etc/strongswan.conf
+++ b/
testing/tests/swanctl/rw-cert/hosts/carol/etc/strongswan.conf
@@
-1,13
+1,18
@@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
- load = pem pkcs1 x509 revocation constraints pubkey openssl random
+ load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
}
-charon {
- load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 revocation constraints pubkey gmp random nonce curl kernel-netlink socket-default updown vici
-}
+charon-systemd {
+ load = random nonce sha1 sha2 aes hmac pem pkcs1 x509 revocation constraints pubkey curve25519 gmp curl kernel-netlink socket-default updown vici
-libstrongswan {
- dh_exponent_ansi_x9_42 = no
+ syslog {
+ daemon {
+ default = 1
+ }
+ auth {
+ default = 0
+ }
+ }
}
}