Skip to content

Commit

Permalink
feat(elbv2): support for 2020 SSL policy (#12710)
Browse files Browse the repository at this point in the history
Adds the new 'ELBSecurityPolicy-FS-1-2-Res-2020-10' SSL policy.

closes #12595


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
njlynch committed Jan 27, 2021
1 parent 1a73d76 commit 1dd3d05
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -82,6 +82,12 @@ export enum SslPolicy {
*/
RECOMMENDED = 'ELBSecurityPolicy-2016-08',

/**
* Strong foward secrecy ciphers and TLV1.2 only (2020 edition).
* Same as FORWARD_SECRECY_TLS12_RES, but only supports GCM versions of the TLS ciphers
*/
FORWARD_SECRECY_TLS12_RES_GCM = 'ELBSecurityPolicy-FS-1-2-Res-2020-10',

/**
* Strong forward secrecy ciphers and TLS1.2 only
*/
Expand Down

0 comments on commit 1dd3d05

Please sign in to comment.