From 7cb99d47e2a0fbe6b777b9e82ed6f8cbd9199582 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 25 Aug 2023 16:41:56 +0200 Subject: [PATCH] [ss] add ietf methods #507 --- web/assets/js/model/xray.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index c970b4bc..0430df5c 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -19,7 +19,9 @@ const SSMethods = { AES_256_GCM: 'aes-256-gcm', AES_128_GCM: 'aes-128-gcm', CHACHA20_POLY1305: 'chacha20-poly1305', + CHACHA20_IETF_POLY1305: 'chacha20-ietf-poly1305', XCHACHA20_POLY1305: 'xchacha20-poly1305', + XCHACHA20_IETF_POLY1305: 'xchacha20-ietf-poly1305', BLAKE3_AES_128_GCM: '2022-blake3-aes-128-gcm', BLAKE3_AES_256_GCM: '2022-blake3-aes-256-gcm', BLAKE3_CHACHA20_POLY1305: '2022-blake3-chacha20-poly1305',