VLC 4.0.0-dev
Loading...
Searching...
No Matches

TLS client-side credentials. More...

#include <vlc_tls.h>

Collaboration diagram for vlc_tls_client:
[legend]

Data Fields

struct vlc_object_t obj
 
const struct vlc_tls_client_operationsops
 
void * sys
 

Detailed Description

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.

Field Documentation

◆ obj

struct vlc_object_t vlc_tls_client::obj

◆ ops

const struct vlc_tls_client_operations* vlc_tls_client::ops

◆ sys

void* vlc_tls_client::sys

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