testing: Added ML-KEM test cases

This commit is contained in:
Andreas Steffen
2024-11-23 16:53:02 +01:00
parent def312d200
commit 2c18e87b25
34 changed files with 554 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
The roadwarrior <b>carol</b> and the gateway <b>moon</b> use the <b>wolfssl</b>
plugin based on the <b>wolfSSL</b> library for all cryptographical functions whereas
roadwarrior <b>dave</b> uses the <b>openssl</b> and <b>ml</b> plugins. The
authentication is based on <b>X.509 certificates</b> and the key exchange on
<b>ecp384-ke1_mlkem768</b> for <b>carol</b> and <b>ecp521-ke1_mlkem1024</b> for <b>dave</b>.
<p/>
Upon the successful establishment of the IPsec tunnels, the updown script
automatically inserts iptables-based firewall rules that let pass the tunneled traffic.
In order to test both tunnel and firewall, both <b>carol</b> and <b>dave</b> ping
the client <b>alice</b> behind the gateway <b>moon</b>.