Skip to content
  • David Fuhrmann's avatar
    Add secure transport TLS module · 673d45d0
    David Fuhrmann authored
    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.
    673d45d0
To find the state of this project's repository at the time of any of these versions, check out the tags.