November 14, 2017
View 9c8922a

This fixes a deadlock while reading a chunked https response, if multiple_requests=1 is also set. Without an EOF to signal the end of the last chunk, tls_read gets stuck forever trying to read more data than is available. This occurs with the http protocol reproducibly, because http.c always reads 4kb at a time, and the last chunk of an http response is often much smaller.

Aman Gupta authored on 2017/11/14 06:02:44
View a36a3d7

lavf/tls_securetransport: handle incomplete reads gracefully

Rodger Combs authored on 2017/11/14 05:46:17
November 2, 2017
View 4600b06

Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'

James Almer authored on 2017/11/02 04:26:36
October 26, 2017
View fd18d31

lavf/tls_securetransport: build on iOS

Aman Gupta authored on 2017/10/26 03:03:14
October 16, 2016
View 295601b

avformat/tls: add tls url_get_file_handle

Jay Ridgeway authored on 2016/10/16 23:28:21
March 4, 2016
View 9362973

avformat: Add a protocol blacklisting API

Derek Buitenhuis authored on 2016/03/04 02:14:26
March 1, 2016
View 9c75148

Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'

Derek Buitenhuis authored on 2016/03/01 01:50:39
February 2, 2016
View d117b09

avformat/tls_securetransport: Add missing include

Michael Niedermayer authored on 2016/02/02 23:57:32
January 30, 2016
View fe3fed0

Update demuxers and protocols for protocol whitelist support

Michael Niedermayer authored on 2016/01/30 10:17:51
October 5, 2015
View 854972b

libavformat/tls_securetransport: fix argument evalulation order UB

Rodger Combs authored on 2015/10/05 04:37:52
June 9, 2015
View ecefce4

lavf/tls_securetransport: fix SNI support when not verifying

Rodger Combs authored on 2015/06/09 06:59:32
May 30, 2015
View 4dd2253

lavf/tls_securetransport: add missing copyright notice

Rodger Combs authored on 2015/05/30 16:12:49
May 29, 2015
View f24d92b

lavf/tls: Support Secure Transport

Rodger Combs authored on 2015/05/29 04:46:16