diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb69ea0e0a..bf86375e49 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -78,6 +78,9 @@ Else please copy the output from (do from within the libcoap directory) :- git describe --tags --dirty --always ``` +If using a non-standard TLS library build, please also provide the ./configure +options or equivalent to aid troubleshooting. + ## Problem Description // Detailed problem description goes here. diff --git a/README.md b/README.md index f68c29e285..4502191f07 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ There is (D)TLS support for the following libraries * [Mbed TLS](https://www.trustedfirmware.org/projects/mbed-tls/) (Minimum version 2.7.10) [PKI and PSK] -* [wolfSSL](https://wolfssl.com) (Minimum version 5.2.0) [PKI, PSK and RPK(5.6.4+)] +* [wolfSSL](https://wolfssl.com) (Minimum version 5.2.0) [PKI, PSK, RPK(5.6.4+) and DTLS1.3(5.4.0+)] * [TinyDTLS](https://github.com/eclipse/tinydtls) [PSK and RPK] [DTLS Only] diff --git a/doc/main.md b/doc/main.md index ee0e07740f..d218f53a91 100644 --- a/doc/main.md +++ b/doc/main.md @@ -56,7 +56,7 @@ There is (D)TLS support for the following libraries * [Mbed TLS](https://www.trustedfirmware.org/projects/mbed-tls/) (Minimum version 2.7.10) [PKI and PSK] -* [wolfSSL](https://wolfssl.com) (Minimum version 5.2.0) [PKI, PSK and RPK(5.6.4+)] +* [wolfSSL](https://wolfssl.com) (Minimum version 5.2.0) [PKI, PSK, RPK(5.6.4+) and DTLS1.3(5.4.0+)] * [TinyDTLS](https://github.com/eclipse/tinydtls) [PSK and RPK] [DTLS Only]