Description
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.
LIST OF FILES:
Directory: common - Contains callback functions and error reporting functions common to client and server
sslmgr.h
sslmgr.c
Directory: dtls_server
dtls_server.c - DTLS server part
Directory: dtls_client
dtls_client.c - DTLS client part
Requirements:
0.9.8a
What's New in This Release:
User Reviews for DTLS Client/Server Example FOR LINUX 1
-
DTLS Client/Server Example for Linux provides a clear demonstration of sending UDP data over an encrypted channel. Useful for OpenSSL implementation.