Skip to content

Commit

Permalink
fix tls cipher_suits
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Apr 16, 2024
1 parent b673fd9 commit 52db4e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/InTLS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default {
],
tlsVersions: [ '1.0', '1.1', '1.2', '1.3' ],
cipher_suites: [
{ title: "Automatic", value: "" },
{ title: "RSA-AES128-CBC-SHA", value: "TLS_RSA_WITH_AES_128_CBC_SHA" },
{ title: "RSA-AES256-CBC-SHA", value: "TLS_RSA_WITH_AES_256_CBC_SHA" },
{ title: "RSA-AES128-GCM-SHA256", value: "TLS_RSA_WITH_AES_128_GCM_SHA256" },
Expand Down

0 comments on commit 52db4e5

Please sign in to comment.