Skip to content

Commit

Permalink
Add Round 3 Cipher Pref List to Allowlist (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw91 authored Oct 14, 2021
1 parent 28efa19 commit 6d1801a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/s2n/s2n_tls_channel_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ bool aws_tls_is_cipher_pref_supported(enum aws_tls_cipher_pref cipher_pref) {
case AWS_IO_TLS_CIPHER_PREF_KMS_PQ_TLSv1_0_2020_02:
case AWS_IO_TLS_CIPHER_PREF_KMS_PQ_SIKE_TLSv1_0_2020_02:
case AWS_IO_TLS_CIPHER_PREF_KMS_PQ_TLSv1_0_2020_07:
case AWS_IO_TLS_CIPHER_PREF_PQ_TLSv1_0_2021_05:
return true;
#endif

Expand Down

0 comments on commit 6d1801a

Please sign in to comment.