]> git.ipfire.org Git - people/ms/network.git/commitdiff
security-policies: performance: Remove CBC ciphers
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 24 Jun 2019 12:28:12 +0000 (13:28 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 24 Jun 2019 12:28:12 +0000 (13:28 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/vpn/security-policies/performance

index 9b8e943681477416d461ba0f741e5f585b358e8b..b226d8db6cdf4c4d787156ac9a797afd70351814 100644 (file)
@@ -1,4 +1,4 @@
-CIPHERS="CHACHA20-POLY1305 AES128-GCM128 AES128-CBC"
+CIPHERS="CHACHA20-POLY1305 AES128-GCM128"
 COMPRESSION="off"
 GROUP_TYPES="ECP521 ECP384 ECP256 ECP224 ECP192 CURVE25519"
 INTEGRITIES="SHA256"