From b2c61e2127d83cc0a0e27092462b62c2e8e7eaa1 Mon Sep 17 00:00:00 2001 From: Marcus Hoff Date: Tue, 22 Sep 2020 19:44:24 +0200 Subject: openvpn: T2907: add 'none' encryption option to not encrypt any data --- interface-definitions/interfaces-openvpn.xml.in | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 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 905c76507..5675379d5 100644 --- a/interface-definitions/interfaces-openvpn.xml.in +++ b/interface-definitions/interfaces-openvpn.xml.in @@ -63,8 +63,12 @@ Standard Data Encryption Algorithm - des 3des bf128 bf256 aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm + none des 3des bf128 bf256 aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm + + none + Disable encryption + des DES algorithm @@ -106,7 +110,7 @@ AES algorithm with 256-bit key GCM - (des|3des|bf128|bf256|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) + (none|des|3des|bf128|bf256|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) @@ -114,8 +118,12 @@ Cipher negotiation list for use in server or client mode - des 3des aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm + none des 3des aes128 aes128gcm aes192 aes192gcm aes256 aes256gcm + + none + Disable encryption + des DES algorithm @@ -149,7 +157,7 @@ AES algorithm with 256-bit key GCM - (des|3des|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) + (none|des|3des|aes128|aes128gcm|aes192|aes192gcm|aes256|aes256gcm) -- cgit v1.2.3