]> git.sesse.net Git - vlc/commit
Add secure transport TLS module
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Wed, 11 Dec 2013 15:26:06 +0000 (16:26 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Mon, 30 Dec 2013 18:28:01 +0000 (19:28 +0100)
commit673d45d0d54ac89bd553a8e35242426d14ba4212
treea7a942a0a43e2201cc02c32afac31a75a64ad5b7
parent82e069368b1249d10c899e77013b8d0a456262ea
Add secure transport TLS module

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.

The main reason for this module is proper certificate validation
on iOS devices. This is not possible with gnutls, because there is
no access to the root certificates for external applications.
The module is also intended for use on OSX.
NEWS
modules/MODULES_LIST
modules/misc/Modules.am
modules/misc/securetransport.c [new file with mode: 0644]
po/POTFILES.in