DTLS Client/Server Example contains a simple DTLS client and DTLS server to show how to send UDP data over an encrypted channel using OpenSSL DTLSv1 support.
| Tags | Security Cryptography Networking |
|---|---|
| Operating Systems | POSIX Linux Unix |
| Implementation | C |
Recent releases


Changes: dtls_server was modified to generate server and client certificates.


Changes: The server was modified to send acknowledgments after receiving messages from the client, and the client was modified to receive the acknowledgment sent by the server.