summaryrefslogtreecommitdiff
path: root/libavformat/tls_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt2022-03-231-1/+0
* tls_openssl: Improve quality of printed error messages, pass IO error codes t...Martin Storsjö2021-04-011-12/+29
* tls: Hook up the url_get_short_seek function in the TLS backendsMartin Storsjö2020-11-051-0/+7
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-2/+1
* avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSS...James Almer2019-12-191-3/+3
* lavf/tls_openssl: support both pre-1.1.0 and post-1.1.0 initJun Zhao2019-12-111-0/+7
* Merge commit '6a9c00c09d2bc50c0ea64ba092b2f4afc46aa978'James Almer2018-09-111-1/+1
|\
| * tls_openssl: Fix checks for SSL_ERROR_WANT_WRITE in nonblocking operationMartin Storsjö2018-08-171-1/+1
* | lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-261-5/+5
* | Merge commit '0671eb2346c17e8fb13784cf90ce416661fdea1c'James Almer2017-11-021-2/+20
|\ \ | |/
| * tls_openssl: Readd support for nonblocking operationMartin Storsjö2017-06-201-2/+20
* | avformat/tls_openssl: move some functions up in the fileJames Almer2017-11-021-73/+73
* | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-011-1/+1
|\ \ | |/
| * tls: Hide backend implementation details from usersDiego Biurrun2017-06-021-1/+1
| * openssl: Allow newer TLS versions than TLSv1Mark Thompson2016-10-311-1/+6
| * openssl: Avoid double semicolons after the GET_BIO_DATA macroMartin Storsjö2016-10-251-2/+2
* | Merge commit 'ee050797664c7c74cae262ffab05006b55d47a11'Clément Bœsch2017-03-241-10/+6
|\ \ | |/
| * openssl: Support version 1.1.0.Matt Oliver2016-10-231-2/+35
* | avformat/tls: add tls url_get_file_handleJay Ridgeway2016-12-171-0/+7
* | openssl: Allow newer TLS versions than TLSv1Mark Thompson2016-10-301-1/+6
* | openssl: Support version 1.1.0.Matt Oliver2016-10-211-63/+100
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
| * lavf: move TLS-related ifdeffery to library specific fileswm42015-05-261-2/+66
| * lavf: split tls.cwm42015-05-261-0/+233
* lavf: move TLS-related ifdeffery to library specific fileswm42015-05-271-2/+73
* lavf: split tls.cwm42015-05-271-0/+236