DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ssldata Struct Reference

SSL data structure for enabling encryption on sockets. More...

Data Fields

SSL_CTX * ctx
 OpenSSL context. More...
 
SSL * ssl
 OpenSSL ssl. More...
 
BIO * bio
 OpenSSL BIO. More...
 
int flags
 SSL flags. More...
 
const SSL_METHOD * meth
 SSL method. More...
 
struct ssldataparent
 Parent structure. More...
 

Detailed Description

SSL data structure for enabling encryption on sockets.

Definition at line 66 of file sslutil.c.

Field Documentation

BIO* ssldata::bio

OpenSSL BIO.

Definition at line 72 of file sslutil.c.

SSL_CTX* ssldata::ctx

OpenSSL context.

Definition at line 68 of file sslutil.c.

Referenced by dtlsv1_init(), and dtsl_serveropts().

int ssldata::flags

SSL flags.

See Also
SSLFLAGS

Definition at line 75 of file sslutil.c.

Referenced by dtls_listenssl(), dtsl_serveropts(), and startsslclient().

const SSL_METHOD* ssldata::meth

SSL method.

Definition at line 77 of file sslutil.c.

struct ssldata* ssldata::parent

Parent structure.

Definition at line 79 of file sslutil.c.

SSL* ssldata::ssl

The documentation for this struct was generated from the following file: