Skip to content

Commit

Permalink
Address Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw91 committed Oct 16, 2024
1 parent 344d7b7 commit e08178e
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 @@ -881,7 +881,7 @@ const struct s2n_security_policy security_policy_pq_tls_1_2_2024_10_07 = {
.ecc_preferences = &s2n_ecc_preferences_20200310,
};

/* Same as security_policy_pq_tls_1_2_2024_10_08, but with 3DES and Kyber (for TLS 1.2) removed, and added ML-KEM support */
/* Same as security_policy_pq_tls_1_2_2023_10_08, but with 3DES and Kyber (for TLS 1.2) removed, and added ML-KEM support */
const struct s2n_security_policy security_policy_pq_tls_1_2_2024_10_08 = {
.minimum_protocol_version = S2N_TLS12,
.cipher_preferences = &cipher_preferences_20241008,
Expand All @@ -890,7 +890,7 @@ const struct s2n_security_policy security_policy_pq_tls_1_2_2024_10_08 = {
.ecc_preferences = &s2n_ecc_preferences_20200310,
};

/* Same as security_policy_pq_tls_1_2_2023_04_10, but with 3DES and Kyber (for TLS 1.2) removed, and added ML-KEM support */
/* Same as security_policy_pq_tls_1_2_2023_10_10, but with 3DES and Kyber (for TLS 1.2) removed, and added ML-KEM support */
const struct s2n_security_policy security_policy_pq_tls_1_2_2024_10_08_gcm = {
.minimum_protocol_version = S2N_TLS12,
.cipher_preferences = &cipher_preferences_20241008_gcm,
Expand Down

0 comments on commit e08178e

Please sign in to comment.