testing: Optimized plugin use in pkcs8 scenarios

This commit is contained in:
Andreas Steffen
2021-10-23 11:44:15 +02:00
parent 9c7288d6f1
commit f0935a63ed
12 changed files with 32 additions and 20 deletions
@@ -1,7 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = random pem wolfssl pkcs1 pkcs8 x509 revocation constraints
load = random pem wolfssl x509 revocation constraints
}
charon-systemd {
@@ -1,7 +1,7 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 pkcs8 curve25519 x509 revocation constraints pubkey openssl random
load = random pem sha1 pkcs1 pkcs8 curve25519 x509 revocation constraints
}
charon-systemd {