[vlc-commits] Add secure transport TLS module
    David Fuhrmann 
    git at videolan.org
       
    Mon Dec 30 19:28:07 CET 2013
    
    
  
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Dec 11 16:26:06 2013 +0100| [673d45d0d54ac89bd553a8e35242426d14ba4212] | committer: David Fuhrmann
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=673d45d0d54ac89bd553a8e35242426d14ba4212
---
 NEWS                           |    3 +
 modules/MODULES_LIST           |    1 +
 modules/misc/Modules.am        |    8 +
 modules/misc/securetransport.c |  596 ++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in                 |    1 +
 5 files changed, 609 insertions(+)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=673d45d0d54ac89bd553a8e35242426d14ba4212
    
    
More information about the vlc-commits
mailing list