]> git.ipfire.org Git - ipfire-2.x.git/commit
vpnmain.cgi: Reduce the number of offered ciphers
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Feb 2025 20:50:12 +0000 (20:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 13:45:56 +0000 (13:45 +0000)
commitaa717b6895b1d37d0c21652b8879d9b7f397ab17
tree2ddee468538e3bb639c3517777d55d821b9a9e1d
parent887778e0888d51eb9942ae310a43f6d2813efad3
vpnmain.cgi: Reduce the number of offered ciphers

For new connections, we will now configure fewer ciphers by default. I
currently do not see any reason why we should support so many different
versions of AES-GCM and AES-128 by default.

The defaults should provide high security as well as decent
compatibility to solutions from other vendors.

I am currently not sure whether ChaCha20-Poly1305 should remain as
default as AES should usually outperform it by far. We can assume that
most hardware has support for AES-NI.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/vpnmain.cgi