Skip to content

Commit 1af325b

Browse files
Correct PQ-opt-out s2n policy (#759)
1 parent 8906a02 commit 1af325b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s2n/s2n_tls_channel_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ static struct aws_tls_ctx *s_tls_ctx_new(
15391539
security_policy = "AWS-CRT-SDK-TLSv1.2-2025";
15401540
break;
15411541
case AWS_IO_TLS_CIPHER_PREF_TLSV1_0_2023_06:
1542-
security_policy = "AWS-CRT-SDK-TLSv1.2-2025";
1542+
security_policy = "AWS-CRT-SDK-TLSv1.0-2023";
15431543
break;
15441544
default:
15451545
AWS_LOGF_ERROR(AWS_LS_IO_TLS, "Unrecognized TLS Cipher Preference: %d", options->cipher_pref);

0 commit comments

Comments
 (0)