Skip to content

Commit

Permalink
doc: Refer to DTLS1.3 and request non-standard TLS library configurat…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
mrdeep1 committed May 18, 2024
1 parent 628fc36 commit c4d0a42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion doc/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit c4d0a42

Please sign in to comment.