Skip to content

Commit

Permalink
added ecdhe_rsa_aes128 cipher to the tls_1_2_2017 policy (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRayer authored Jan 4, 2023
1 parent 9f22dc1 commit 155be19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tls/s2n_cipher_preferences.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,8 @@ struct s2n_cipher_suite *cipher_suites_cloudfront_tls_1_2_2017[] = {
&s2n_ecdhe_rsa_with_aes_256_cbc_sha384,
&s2n_ecdhe_ecdsa_with_aes_256_cbc_sha,
&s2n_ecdhe_rsa_with_aes_256_cbc_sha,
&s2n_ecdhe_ecdsa_with_aes_128_cbc_sha,
&s2n_ecdhe_rsa_with_aes_128_cbc_sha,
&s2n_rsa_with_aes_128_gcm_sha256,
&s2n_rsa_with_aes_256_gcm_sha384,
&s2n_rsa_with_aes_128_cbc_sha256
Expand Down

0 comments on commit 155be19

Please sign in to comment.