VLC 4.0.0-dev
|
TLS server-side credentials. More...
#include <vlc_tls.h>
Data Fields | |
struct vlc_object_t | obj |
const struct vlc_tls_server_operations * | ops |
void * | sys |
TLS server-side credentials.
This structure contains the credentials for establishing TLS sessions. This includes root Certificate Authorities (on client side), trust and cryptographic parameters, public certificates and private keys.
struct vlc_object_t vlc_tls_server::obj |
const struct vlc_tls_server_operations* vlc_tls_server::ops |
Referenced by vlc_tls_ServerDelete(), vlc_tls_ServerSessionCreate(), and vlc_tls_SessionHandshake().
void* vlc_tls_server::sys |