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
get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 hash consis...
[strongswan.git]
/
src
/
strongswan.conf
diff --git
a/src/strongswan.conf
b/src/strongswan.conf
index
5b6ecb7
..
661792a
100644
(file)
--- a/
src/strongswan.conf
+++ b/
src/strongswan.conf
@@
-6,7
+6,7
@@
charon {
threads = 16
# plugins to load in charon
threads = 16
# plugins to load in charon
-
load = aes des gmp hmac md5 random sha1 sha2 pubkey xcbc
stroke
+
# load = aes des gmp hmac md5 random sha1 sha2 pubkey xcbc x509
stroke
plugins {
plugins {
@@
-23,16
+23,3
@@
charon {
# ...
}
# ...
}
-
-pool {
- # choose one
- load = mysql sqlite
-}
-
-manager {
- load = sha1 random sqlite
-}
-
-openac {
- load = gmp hmac md5 random sha1 sha2 pubkey x509
-}