From 941c5adfaca2c7e3318b2ba0e7f36c37acaa53c1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 9 Oct 2023 17:30:12 +0100 Subject: openvpn: T5634: Remove support for insecure DES and Blowfish ciphers --- interface-definitions/interfaces-openvpn.xml.in | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'interface-definitions/interfaces-openvpn.xml.in') diff --git a/interface-definitions/interfaces-openvpn.xml.in b/interface-definitions/interfaces-openvpn.xml.in index 831659250..b8b04334c 100644 --- a/interface-definitions/interfaces-openvpn.xml.in +++ b/interface-definitions/interfaces-openvpn.xml.in @@ -48,28 +48,16 @@ Standard Data Encryption Algorithm - none des 3des bf128 bf256 aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm + none 3des aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm none Disable encryption - - des - DES algorithm - 3des DES algorithm with triple encryption - - bf128 - Blowfish algorithm with 128-bit key - - - bf256 - Blowfish algorithm with 256-bit key - aes128 AES algorithm with 128-bit key CBC @@ -95,7 +83,7 @@ AES algorithm with 256-bit key GCM - (none|des|3des|bf128|bf256|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) + (none|3des|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) @@ -103,16 +91,12 @@ Cipher negotiation list for use in server or client mode - none des 3des aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm + none 3des aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm none Disable encryption - - des - DES algorithm - 3des DES algorithm with triple encryption @@ -142,7 +126,7 @@ AES algorithm with 256-bit key GCM - (none|des|3des|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) + (none|3des|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) -- cgit v1.2.3