Merge pull request #10567 from yanesca/add_clarifications_4.x

Add miscellaneous clarifications
This commit is contained in:
David Horstmann
2026-01-20 16:38:53 +00:00
committed by GitHub
2 changed files with 17 additions and 11 deletions

View File

@@ -3,6 +3,8 @@ Mbed TLS sample programs
This subdirectory mostly contains sample programs that illustrate specific features of the library, as well as a few test and support programs.
We try to ensure that the sample programs are good examples of how to use Mbed TLS but we make no hard guarantees about their security. They should not be used in production unless they have been separately tested and thoroughly audited for security. Note that this means vulnerabilities in the sample programs are out of the scope of our usual security process and will be fixed in public.
### SSL/TLS sample applications
* [`ssl/dtls_client.c`](ssl/dtls_client.c): a simple DTLS client program, which sends one datagram to the server and reads one datagram in response.