aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/tls.c
Commit message (Collapse)AuthorAgeFilesLines
...
* avformat: Use ff_check_interruptMartin Storsjö2011-11-131-1/+1
|
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-101-5/+5
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-101-1/+1
|
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-081-1/+1
| | | | | | | | | | The return value ret isn't an error code that can be passed to ERR_error_string(). This makes the error messages printed actually contain useful information. Signed-off-by: Martin Storsjö <martin@martin.st>
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-051-0/+234
Note, this protocol doesn't yet check verify the server certificate against a local database of trusted CA root certificates. Signed-off-by: Martin Storsjö <martin@martin.st>