VLC 4.0.0-dev
|
TLS client-side credentials. More...
#include <vlc_tls.h>
Data Fields | |
struct vlc_object_t | obj |
const struct vlc_tls_client_operations * | ops |
void * | sys |
TLS client-side credentials.
This structure contains the credentials for establishing TLS sessions on client side, essentially the set of trusted root Certificate Authorities with which to validate certificate chains presented by servers.
struct vlc_object_t vlc_tls_client::obj |
const struct vlc_tls_client_operations* vlc_tls_client::ops |
Referenced by vlc_tls_ClientDelete(), and vlc_tls_ClientSessionCreate().
void* vlc_tls_client::sys |