From bde926296e2c5bf5b6e61310f56ffb3e64e99755 Mon Sep 17 00:00:00 2001 From: Vedant Jaiswal Date: Mon, 13 Apr 2026 16:20:55 -0700 Subject: [PATCH] Add PQ-TLS macOS/Windows compatibility note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42bbfbb..ba7796f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ SecretCache cache = new SecretCache( String secret = cache.getSecretString("my-secret-id"); ``` +**NOTE**: PQ-TLS uses the AWS Common Runtime (CRT) which relies on system libraries and may not work as expected on macOS or Windows at this time ([ref](https://github.com/awslabs/aws-crt-java#tls-behavior)). + ## License This library is licensed under the Apache 2.0 License.