diff --git a/testing/tests/botan/rw-mlkem/hosts/dave/etc/strongswan.conf b/testing/tests/botan/rw-mlkem/hosts/dave/etc/strongswan.conf index 5bc58a282..ec27c324d 100755 --- a/testing/tests/botan/rw-mlkem/hosts/dave/etc/strongswan.conf +++ b/testing/tests/botan/rw-mlkem/hosts/dave/etc/strongswan.conf @@ -5,7 +5,7 @@ swanctl { } charon-systemd { - load = nonce openssl ml pem revocation constraints pubkey curl kernel-netlink socket-default updown vici + load = nonce ml openssl pem revocation constraints pubkey curl kernel-netlink socket-default updown vici rsa_pss = yes } diff --git a/testing/tests/ikev2/rw-mlkem/hosts/carol/etc/strongswan.conf b/testing/tests/ikev2/rw-mlkem/hosts/carol/etc/strongswan.conf index be6c08c14..242057034 100755 --- a/testing/tests/ikev2/rw-mlkem/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev2/rw-mlkem/hosts/carol/etc/strongswan.conf @@ -1,11 +1,11 @@ # /etc/strongswan.conf - strongSwan configuration file swanctl { - load = botan pem x509 revocation constraints pubkey + load = pem pkcs1 x509 revocation constraints pubkey openssl random } charon-systemd { - load = nonce pem pkcs1 openssl ml revocation constraints pubkey curl kernel-netlink socket-default updown vici + load = nonce pem pkcs1 ml openssl revocation constraints pubkey curl kernel-netlink socket-default updown vici rsa_pss = yes } diff --git a/testing/tests/ikev2/rw-mlkem/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/rw-mlkem/hosts/moon/etc/strongswan.conf index 87ed37c8a..242057034 100755 --- a/testing/tests/ikev2/rw-mlkem/hosts/moon/etc/strongswan.conf +++ b/testing/tests/ikev2/rw-mlkem/hosts/moon/etc/strongswan.conf @@ -1,11 +1,11 @@ # /etc/strongswan.conf - strongSwan configuration file swanctl { - load = pem botan x509 revocation constraints pubkey + load = pem pkcs1 x509 revocation constraints pubkey openssl random } charon-systemd { - load = nonce pem pkcs1 openssl ml revocation constraints pubkey curl kernel-netlink socket-default updown vici + load = nonce pem pkcs1 ml openssl revocation constraints pubkey curl kernel-netlink socket-default updown vici rsa_pss = yes } diff --git a/testing/tests/wolfssl/rw-mlkem/hosts/dave/etc/strongswan.conf b/testing/tests/wolfssl/rw-mlkem/hosts/dave/etc/strongswan.conf index 5bc58a282..ec27c324d 100755 --- a/testing/tests/wolfssl/rw-mlkem/hosts/dave/etc/strongswan.conf +++ b/testing/tests/wolfssl/rw-mlkem/hosts/dave/etc/strongswan.conf @@ -5,7 +5,7 @@ swanctl { } charon-systemd { - load = nonce openssl ml pem revocation constraints pubkey curl kernel-netlink socket-default updown vici + load = nonce ml openssl pem revocation constraints pubkey curl kernel-netlink socket-default updown vici rsa_pss = yes }