Skip to content

Commit d870ae8

Browse files
authored
Add a note to PKCS#11 sample about TLS 1.3 (#857)
1 parent b8b7bc3 commit d870ae8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

samples/mqtt/mqtt5_pkcs11/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ You can read more about MQTT5 for the CPP IoT Device SDK V2 in the [MQTT5 user g
1717

1818
## Requirements
1919

20-
**WARNING: Unix (Linux) only**. Currently, TLS integration with PKCS#11 is only available on Unix devices.
20+
> [!IMPORTANT]
21+
> TLS integration with PKCS#11 has the following limitations:
22+
> - Only supported on Unix-like platforms
23+
> - TLS 1.3 is not supported
2124
2225
This sample assumes you have the required AWS IoT resources available. Information about AWS IoT can be found [HERE](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) and instructions on creating AWS IoT resources (AWS IoT Policy, Device Certificate, Private Key) can be found [HERE](https://docs.aws.amazon.com/iot/latest/developerguide/create-iot-resources.html).
2326

samples/service_clients/commands/commands-sandbox/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.9...3.31)
33
project(commands-sandbox CXX)
44

55
file(GLOB SRC_FILES
6-
"*.cpp",
6+
"*.cpp"
77
"*.h"
88
)
99

0 commit comments

Comments
 (0)