Radcli library 2.0.0
A simple radius library -- legacy API reference
Loading...
Searching...
No Matches
TLS/DTLS API

TLS and DTLS related functions. More...

Macros

#define DEFAULT_DTLS_SECRET   "radius/dtls"
#define DEFAULT_TLS_SECRET   "radsec"

Typedefs

typedef struct tls_int_st tls_int_st
typedef struct tls_st tls_st

Detailed Description

TLS and DTLS related functions.

Note that, that API is for improving TLS and DTLS support in an application. Applications are not required to use this API to support them. TLS and DTLS support can be enabled by the administrator transparently from the radiusclient configuration file.

Macro Definition Documentation

◆ DEFAULT_DTLS_SECRET

#define DEFAULT_DTLS_SECRET   "radius/dtls"

Definition at line 56 of file tls.c.

◆ DEFAULT_TLS_SECRET

#define DEFAULT_TLS_SECRET   "radsec"

Definition at line 57 of file tls.c.