testing: Migrated wolfssl scenarios

This commit is contained in:
Andreas Steffen
2024-11-22 14:14:53 +01:00
committed by Tobias Brunner
parent 2e4c062512
commit 558529afe2
6 changed files with 14 additions and 14 deletions
@@ -1,8 +1,8 @@
A connection between the subnets behind the gateways <b>moon</b> and <b>sun</b> is set up.
The authentication is based on <b>X.509 certificates</b> containing <b>Ed25519</b> keys.
<b>moon</b> uses the wolfssl plugin based on the wolfCrypt library for all
cryptographical functions whereas <b>sun</b> uses the default strongSwan
cryptographical plugins.
cryptographical functions whereas <b>sun</b> uses t<b>openssl</b> as the default
<b>strongSwan</b> cryptographical plugin.
<p/>
Upon the successful establishment of the IPsec tunnel, the updown script automatically
inserts iptables-based firewall rules that let pass the tunneled traffic.
@@ -1,9 +1,9 @@
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = random pem sha1 pkcs1 pkcs8 curve25519 x509 revocation constraints
load = random pem pkcs1 openssl revocation constraints
}
charon-systemd {
load = random nonce aes sha1 sha2 hmac kdf pem pkcs1 pkcs8 x509 revocation curve25519 curl kernel-netlink socket-default updown vici
load = random nonce openssl pem pkcs1 revocation constraints curl kernel-netlink socket-default updown vici
}