Loading...
Searching...
No Matches

DTLS support in RIOT. More...

Detailed Description

DTLS support in RIOT.

See also
RFC 6347

There are two ways of using DTLS in RIOT. First is directly using the third party libraries available offering DTLS implementation with the pkg system. Supported DTLS implementations are:

The other way of using DTLS is through the DTLS sock API.

For further instructions, please refer to the corresponding page.

Modules

 (D)TLS Credential Manager
 Credentials management module for (D)TLS.
 
 DTLS Session Management (DSM)
 This module provides functionality to store and retrieve session information of DTLS connections.
 
 DTLS sock API
 Sock submodule for DTLS.
 
 TinyDTLS for RIOT
 Provides the Eclipse TinyDTLS to RIOT.
 
 WolfSSL Embedded SSL/TLS library
 Provides the WolfSSL SSL/TLS solution.
 

Files

file  dtls.h
 DTLS.
 

Macros

#define CONFIG_DTLS_PEER_MAX   (1)
 The maximum number DTLS peers (i.e.
 

Macro Definition Documentation

◆ CONFIG_DTLS_PEER_MAX

#define CONFIG_DTLS_PEER_MAX   (1)

The maximum number DTLS peers (i.e.

sessions)

Definition at line 52 of file dtls.h.