Skip to content

Commit 68f07e7

Browse files
Add TlsCipherPreference enum entry
1 parent 64ca554 commit 68f07e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aws-crt-kotlin/common/src/aws/sdk/kotlin/crt/io/TlsCipherPreference.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ public enum class TlsCipherPreference(public val value: Int) {
3030
*/
3131
PQ_DEFAULT(8),
3232

33+
/**
34+
* This security policy was the system default before PQ was enabled by default.
35+
*/
36+
AWS_IO_TLS_CIPHER_PREF_TLSV1_0_2023_06(10),
37+
3338
;
3439

3540
/**

0 commit comments

Comments
 (0)