Skip to content

Commit

Permalink
Update cipher suites
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyAgafonchikov authored and anton-evseev committed Jun 7, 2019
1 parent 9a90b66 commit 9fd58ab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2628,7 +2628,10 @@
"TLS_DHE_DSS_WITH_AES_128_CBC_SHA256",
"TLS_DHE_DSS_WITH_AES_256_CBC_SHA",
"TLS_DHE_DSS_WITH_AES_128_CBC_SHA",
"TLS_RSA_WITH_3DES_EDE_CBC_SHA"
"TLS_RSA_WITH_3DES_EDE_CBC_SHA",
"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA",
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
],
"x-ms-enum": {
"name": "ApplicationGatewaySslCipherSuite",
Expand Down

0 comments on commit 9fd58ab

Please sign in to comment.