[FFmpeg-devel] [PATCH] openssl: Allow newer TLS versions than TLSv1

Mark Thompson sw at jkqxz.net
Sun Oct 30 15:21:28 EET 2016


On 29/10/16 22:57, Michael Niedermayer wrote:
> On Sat, Oct 29, 2016 at 09:53:30AM +0100, Mark Thompson wrote:
>> The use of TLSv1_*_method() disallows newer protocol versions; instead
>> use SSLv23_*_method() and then explicitly disable the deprecated
>> protocol versions which should not be supported.
>>
>> Fixes ticket #5915.
>> ---
>> On 28/10/16 22:15, Hendrik Leppkes wrote:
>>> I should have looked further when commenting on the other patch - I guess. :)
>>> Looks good to me, the OpenSSL API seems to be rather confusing in this
>>> regard. Maybe a comment might be  useful to indicate why this is done.
>>
>> Hopefully this is clearer.
>>
>> Thanks,
>>
>> - Mark
>>
>>
>>  libavformat/tls_openssl.c | 7 ++++++-
>>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> should be ok
> 
> thx

Applied.

Thanks,

- Mark



More information about the ffmpeg-devel mailing list