testing: Minimum required plugins for net2net-pkcs12 scenarios

This commit is contained in:
Andreas Steffen
2021-10-22 11:39:20 +02:00
parent 8c48de739d
commit 9c7288d6f1
6 changed files with 28 additions and 16 deletions
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation botan x509 curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem pkcs7 pkcs8 pkcs12 botan x509 revocation constraints
}
charon-systemd {
load = pem nonce botan x509 revocation constraints curl vici kernel-netlink socket-default updown
}
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation botan x509 curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem pkcs7 pkcs8 pkcs12 botan x509 revocation constraints
}
charon-systemd {
load = pem nonce botan x509 revocation constraints curl vici kernel-netlink socket-default updown
}
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
load = random aes sha1 sha2 hmac pem pkcs1 pkcs7 pkcs8 pkcs12 gmp x509 revocation constraints
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 pkcs12 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
load = random nonce aes sha1 sha2 hmac pem pkcs1 gmp x509 revocation curve25519 curl kernel-netlink socket-default updown vici
}
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
load = random aes sha1 sha2 hmac pem pkcs1 pkcs7 pkcs8 pkcs12 gmp x509 revocation constraints
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac pem pkcs1 pkcs12 x509 revocation curve25519 gmp curl kernel-netlink socket-default updown vici
load = random nonce aes sha1 sha2 hmac pem pkcs1 gmp x509 revocation curve25519 curl kernel-netlink socket-default updown vici
}
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation openssl curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem openssl
}
charon-systemd {
load = pem nonce openssl curl vici kernel-netlink socket-default updown
}
@@ -1,6 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = pem nonce revocation openssl curl vici kernel-netlink socket-default updown
multiple_authentication = no
swanctl {
load = pem openssl
}
charon-systemd {
load = pem nonce openssl curl vici kernel-netlink socket-default updown
}