Skip to content

Commit

Permalink
update custom security policies (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft authored Aug 19, 2020
1 parent 6e4e79e commit 361e73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tls/s2n_security_policies.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const struct s2n_security_policy security_policy_elb_2015_04 = {

const struct s2n_security_policy security_policy_elb_2016_08 = {
.minimum_protocol_version = S2N_TLS10,
.cipher_preferences = &elb_security_policy_2015_04,
.cipher_preferences = &elb_security_policy_2016_08,
.kem_preferences = &kem_preferences_null,
.signature_preferences = &s2n_signature_preferences_20140601,
.ecc_preferences = &s2n_ecc_preferences_20140601,
Expand Down Expand Up @@ -102,7 +102,7 @@ const struct s2n_security_policy security_policy_elb_tls_1_2_ext_2018_06 = {
};

const struct s2n_security_policy security_policy_elb_fs_2018_06 = {
.minimum_protocol_version = S2N_TLS12,
.minimum_protocol_version = S2N_TLS10,
.cipher_preferences = &elb_security_policy_fs_2018_06,
.kem_preferences = &kem_preferences_null,
.signature_preferences = &s2n_signature_preferences_20140601,
Expand Down

0 comments on commit 361e73f

Please sign in to comment.