You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/AwsCrtConfigurationUtils.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,7 @@ public static TlsCipherPreference resolveCipherPreference(Boolean postQuantumTls
58
58
returndefaultTls;
59
59
}
60
60
61
-
// TODO: change this to the new PQ TLS Policy that stays up to date when it's ready
Copy file name to clipboardExpand all lines: http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/internal/AwsCrtConfigurationUtilsTest.java
0 commit comments