Skip to content

Commit

Permalink
remove insecure cipher suites list
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 17, 2024
1 parent aeac7f2 commit 44ef1ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/assets/js/model/inbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ const TLS_VERSION_OPTION = {
};

const TLS_CIPHER_OPTION = {
RSA_AES_128_CBC: "TLS_RSA_WITH_AES_128_CBC_SHA",
RSA_AES_256_CBC: "TLS_RSA_WITH_AES_256_CBC_SHA",
RSA_AES_128_GCM: "TLS_RSA_WITH_AES_128_GCM_SHA256",
RSA_AES_256_GCM: "TLS_RSA_WITH_AES_256_GCM_SHA384",
AES_128_GCM: "TLS_AES_128_GCM_SHA256",
AES_256_GCM: "TLS_AES_256_GCM_SHA384",
CHACHA20_POLY1305: "TLS_CHACHA20_POLY1305_SHA256",
Expand Down

0 comments on commit 44ef1ac

Please sign in to comment.