Data Fields

vlc_tls_creds Struct Reference

TLS credentials (certificate, private and trust settings). More...

Collaboration diagram for vlc_tls_creds:
Collaboration graph
[legend]

Data Fields

module_tmodule
vlc_tls_creds_sys_tsys
int(* add_CA )(vlc_tls_creds_t *, const char *path)
int(* add_CRL )(vlc_tls_creds_t *, const char *path)
int(* open )(vlc_tls_creds_t *, vlc_tls_t *, int fd, const char *host)
void(* close )(vlc_tls_creds_t *, vlc_tls_t *)
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \

const char * psz_object_type
char * psz_header
int i_flags
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Detailed Description

TLS credentials (certificate, private and trust settings).


Field Documentation

int(* vlc_tls_creds::add_CA)(vlc_tls_creds_t *, const char *path)

Referenced by vlc_tls_ServerAddCA().

int(* vlc_tls_creds::add_CRL)(vlc_tls_creds_t *, const char *path)

Referenced by vlc_tls_ServerAddCRL().

set by the outside (eg.

module_need())

Referenced by vlc_tls_SessionDelete().

int(* vlc_tls_creds::open)(vlc_tls_creds_t *, vlc_tls_t *, int fd, const char *host)

Referenced by vlc_tls_SessionCreate().

(root of all evil) - 1

our parent


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines