[vlc-devel] [PATCH] Add secure transport TLS module

David Fuhrmann david.fuhrmann at gmail.com
Sun Dec 15 19:06:39 CET 2013


Am 14.12.2013 um 01:05 schrieb Rémi Denis-Courmont <remi at remlab.net>:

> On Sat, 14 Dec 2013 00:50:01 +0100, david.fuhrmann at gmail.com wrote:
>> From: David Fuhrmann <david.fuhrmann at googlemail.com>
>> 
>> Secure Transport is a TLS library part of the Security framework
>> (preinstalled on every iOS and MacOS device). This library does
>> certificate validation during handshake automatically using the
>> root certificates from the preinstalled certificate store.
> 
> You should not need to to touch configure for something that it is
> effectively part of the OS.

IMO, it would make sense to have a configure switch to disable securetransport and enable gnutls if someone wishes. And for that, AFAIK we would need to touch configure.ac.

> And you probably need a separate patch to not build GnuTLS by default in
> contrib on MacOS.

Should I send a patch with autoenabled securetransport (with or without a configure switch), and disable gnutls at the same time? Note that by disabling gnutls we would loose the tls server functionality for now.

Felix, any opinion on these from you?

Best regards,
David


More information about the vlc-devel mailing list