TLSContext Struct Reference

Data Fields

const AVClassclass
URLContexttcp
gnutls_session_t session
gnutls_certificate_credentials_t cred
int fd

Detailed Description

Definition at line 57 of file tls.c.


Field Documentation

Definition at line 58 of file tls.c.

gnutls_certificate_credentials_t TLSContext::cred

Definition at line 62 of file tls.c.

Referenced by tls_open().

Definition at line 67 of file tls.c.

Referenced by do_tls_poll(), and tls_open().

gnutls_session_t TLSContext::session

Definition at line 61 of file tls.c.

Referenced by do_tls_poll(), and tls_open().

Definition at line 59 of file tls.c.

Referenced by tls_close(), and tls_open().


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