|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | TLSShared |
Macros | |
| #define | MAX_CERTIFICATE_SIZE 8192 |
| Maximum size limit of a certificate and private key size. More... | |
| #define | TLS_OPTFL (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM) |
| #define | TLS_VERIFY_DEFAULT 0 |
| #define | FF_TLS_CLIENT_OPTIONS(pstruct, options_field) |
| #define | TLS_COMMON_OPTIONS(pstruct, options_field) |
Functions | |
| int | ff_tls_open_underlying (TLSShared *c, URLContext *parent, const char *uri, AVDictionary **options) |
| int | ff_url_read_all (const char *url, AVBPrint *bp) |
| Read all data from the given URL url and store it in the given buffer bp. More... | |
| int | ff_tls_set_external_socket (URLContext *h, URLContext *sock) |
| int | ff_dtls_export_materials (URLContext *h, char *dtls_srtp_materials, size_t materials_sz) |
| int | ff_ssl_read_key_cert (char *key_url, char *cert_url, char *key_buf, size_t key_sz, char *cert_buf, size_t cert_sz, char **fingerprint) |
| int | ff_ssl_gen_key_cert (char *key_buf, size_t key_sz, char *cert_buf, size_t cert_sz, char **fingerprint) |
| void | ff_gnutls_init (void) |
| void | ff_gnutls_deinit (void) |
| int | ff_openssl_init (void) |
| void | ff_openssl_deinit (void) |
| #define MAX_CERTIFICATE_SIZE 8192 |
| #define TLS_OPTFL (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_ENCODING_PARAM) |
| #define FF_TLS_CLIENT_OPTIONS | ( | pstruct, | |
| options_field | |||
| ) |
| #define TLS_COMMON_OPTIONS | ( | pstruct, | |
| options_field | |||
| ) |
| int ff_tls_open_underlying | ( | TLSShared * | c, |
| URLContext * | parent, | ||
| const char * | uri, | ||
| AVDictionary ** | options | ||
| ) |
Definition at line 34 of file tls.c.
Referenced by dtls_start(), ff_tls_open(), and tls_open().
| int ff_url_read_all | ( | const char * | url, |
| AVBPrint * | bp | ||
| ) |
Read all data from the given URL url and store it in the given buffer bp.
Definition at line 116 of file tls.c.
Referenced by ff_ssl_read_key_cert(), and tls_load_key_cert().
| int ff_tls_set_external_socket | ( | URLContext * | h, |
| URLContext * | sock | ||
| ) |
Definition at line 449 of file tls_openssl.c.
Referenced by dtls_initialize().
| int ff_dtls_export_materials | ( | URLContext * | h, |
| char * | dtls_srtp_materials, | ||
| size_t | materials_sz | ||
| ) |
Definition at line 462 of file tls_openssl.c.
Referenced by setup_srtp().
| int ff_ssl_read_key_cert | ( | char * | key_url, |
| char * | cert_url, | ||
| char * | key_buf, | ||
| size_t | key_sz, | ||
| char * | cert_buf, | ||
| size_t | cert_sz, | ||
| char ** | fingerprint | ||
| ) |
Definition at line 115 of file tls_openssl.c.
Referenced by certificate_key_init().
| int ff_ssl_gen_key_cert | ( | char * | key_buf, |
| size_t | key_sz, | ||
| char * | cert_buf, | ||
| size_t | cert_sz, | ||
| char ** | fingerprint | ||
| ) |
Definition at line 340 of file tls_openssl.c.
Referenced by certificate_key_init().
| void ff_gnutls_init | ( | void | ) |
Definition at line 55 of file tls_gnutls.c.
Referenced by ff_tls_init(), and tls_open().
| void ff_gnutls_deinit | ( | void | ) |
Definition at line 66 of file tls_gnutls.c.
Referenced by ff_tls_deinit(), and tls_close().
| int ff_openssl_init | ( | void | ) |
| void ff_openssl_deinit | ( | void | ) |
1.8.17