Re: [FFmpeg-devel] [PATCH 3/3] lavf/tls: verify TLS connections by default whenever possible

2017-08-18 Thread Rodger Combs
> On Aug 16, 2017, at 06:29, wm4 wrote: > > On Wed, 16 Aug 2017 02:19:18 -0500 > Rodger Combs mailto:rodger.co...@gmail.com>> wrote: > >> This makes a reasonable effort to set the default configuration to behave >> securely, while maintaining the ability for consumers to produce builds using >

Re: [FFmpeg-devel] [PATCH 3/3] lavf/tls: verify TLS connections by default whenever possible

2017-08-16 Thread wm4
On Wed, 16 Aug 2017 02:19:18 -0500 Rodger Combs wrote: > This makes a reasonable effort to set the default configuration to behave > securely, while maintaining the ability for consumers to produce builds using > the old behavior without making changes to their runtime code. > > On Secure Transp

[FFmpeg-devel] [PATCH 3/3] lavf/tls: verify TLS connections by default whenever possible

2017-08-16 Thread Rodger Combs
This makes a reasonable effort to set the default configuration to behave securely, while maintaining the ability for consumers to produce builds using the old behavior without making changes to their runtime code. On Secure Transport and Secure Channel, we use a system-provided trust store, so we