|
VLC
2.1.0-git
|
TLS credentials (certificate, private and trust settings) More...

Data Fields | |
| module_t * | module |
| vlc_tls_creds_sys_t * | sys |
| 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_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
TLS credentials (certificate, private and trust settings)
| 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().
| bool vlc_tls_creds::b_force |
set by the outside (eg.
| void(* vlc_tls_creds::close)(vlc_tls_creds_t *, vlc_tls_t *) |
Referenced by vlc_tls_SessionDelete().
| int vlc_tls_creds::i_flags |
| module_t* vlc_tls_creds::module |
Referenced by vlc_tls_ClientCreate(), vlc_tls_Delete(), and vlc_tls_ServerCreate().
| int(* vlc_tls_creds::open)(vlc_tls_creds_t *, vlc_tls_t *, int fd, const char *host) |
Referenced by vlc_tls_SessionCreate().
| libvlc_int_t* vlc_tls_creds::p_libvlc |
(root of all evil) - 1
| vlc_object_t* vlc_tls_creds::p_parent |
our parent
| char* vlc_tls_creds::psz_header |
| const char* vlc_tls_creds::psz_object_type |
| vlc_tls_creds_sys_t* vlc_tls_creds::sys |
1.8.1.2