Skip to content

Commit 743ab38

Browse files
committedMar 18, 2025
Use latest PQ TLS Cipher Preference in Tests
1 parent e43d14b commit 743ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/HttpClientConnectionManagerTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static int s_TestHttpClientConnectionManagerResourceSafety(struct aws_allocator
3636
// Ensure that if PQ TLS ciphers are supported on the current platform, that setting them works when connecting
3737
// to S3. This TlsCipherPreference has post quantum ciphers at the top of it's preference list (that will be
3838
// ignored if S3 doesn't support them) followed by regular TLS ciphers that can be chosen and negotiated by S3.
39-
aws_tls_cipher_pref tls_cipher_pref = AWS_IO_TLS_CIPHER_PREF_PQ_TLSv1_0_2021_05;
39+
aws_tls_cipher_pref tls_cipher_pref = AWS_IO_TLS_CIPHER_PREF_PQ_DEFAULT;
4040

4141
if (aws_tls_is_cipher_pref_supported(tls_cipher_pref))
4242
{

0 commit comments

Comments
 (0)