File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,6 @@ bool aws_tls_is_cipher_pref_supported(enum aws_tls_cipher_pref cipher_pref) {
268
268
return true;
269
269
/* PQ Crypto no-ops on android for now */
270
270
#ifndef ANDROID
271
- case AWS_IO_TLS_CIPHER_PREF_PQ_TLSv1_0_2021_05 :
272
- return true;
273
271
case AWS_IO_TLS_CIPHER_PREF_PQ_TLSV1_2_2024_10 :
274
272
return true;
275
273
case AWS_IO_TLS_CIPHER_PREF_PQ_DEFAULT :
@@ -1541,9 +1539,6 @@ static struct aws_tls_ctx *s_tls_ctx_new(
1541
1539
/* The specific PQ policy used here may change over time. */
1542
1540
security_policy = "AWS-CRT-SDK-TLSv1.2-2023-PQ" ;
1543
1541
break ;
1544
- case AWS_IO_TLS_CIPHER_PREF_PQ_TLSv1_0_2021_05 :
1545
- security_policy = "PQ-TLS-1-0-2021-05-26" ;
1546
- break ;
1547
1542
case AWS_IO_TLS_CIPHER_PREF_PQ_TLSV1_2_2024_10 :
1548
1543
security_policy = "AWS-CRT-SDK-TLSv1.2-2023-PQ" ;
1549
1544
break ;
You can’t perform that action at this time.
0 commit comments