Skip to content

Commit

Permalink
Update cipher suites (#6213)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyAgafonchikov authored and tjprescott committed Jun 10, 2019
1 parent 57ae4ca commit 83bd6e4
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 83bd6e4

Please sign in to comment.