We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeac7f2 commit 44ef1acCopy full SHA for 44ef1ac
web/assets/js/model/inbound.js
@@ -34,10 +34,6 @@ const TLS_VERSION_OPTION = {
34
};
35
36
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",
41
AES_128_GCM: "TLS_AES_128_GCM_SHA256",
42
AES_256_GCM: "TLS_AES_256_GCM_SHA384",
43
CHACHA20_POLY1305: "TLS_CHACHA20_POLY1305_SHA256",
0 commit comments