Skip to content

Commit 44ef1ac

Browse files
committed
remove insecure cipher suites list
1 parent aeac7f2 commit 44ef1ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web/assets/js/model/inbound.js

-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ const TLS_VERSION_OPTION = {
3434
};
3535

3636
const TLS_CIPHER_OPTION = {
37-
RSA_AES_128_CBC: "TLS_RSA_WITH_AES_128_CBC_SHA",
38-
RSA_AES_256_CBC: "TLS_RSA_WITH_AES_256_CBC_SHA",
39-
RSA_AES_128_GCM: "TLS_RSA_WITH_AES_128_GCM_SHA256",
40-
RSA_AES_256_GCM: "TLS_RSA_WITH_AES_256_GCM_SHA384",
4137
AES_128_GCM: "TLS_AES_128_GCM_SHA256",
4238
AES_256_GCM: "TLS_AES_256_GCM_SHA384",
4339
CHACHA20_POLY1305: "TLS_CHACHA20_POLY1305_SHA256",

0 commit comments

Comments
 (0)