Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from a78622 to 30f40f
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ public enum TlsCipherPreference {
* This security policy is based on AWS-CRT-SDK-TLSv1.2-2023 s2n TLS policy, with tightened security.
* It is FIPS-complaint.
*/
TLS_CIPHER_PREF_TLSv1_2_2025(9);
TLS_CIPHER_PREF_TLSv1_2_2025(9),

/**
* This security policy was the system default before PQ was enabled by default.
*/
AWS_IO_TLS_CIPHER_PREF_TLSV1_0_2023_06(10);

private int val;

Expand Down