]> git.proxmox.com Git - libgit2.git/commit
Add a SecureTransport TLS channel
authorCarlos Martín Nieto <cmn@dwim.me>
Sun, 2 Nov 2014 12:23:32 +0000 (13:23 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Thu, 23 Apr 2015 15:39:51 +0000 (17:39 +0200)
commit6bb54cbff3636e42ae2523afeee08079e5bd1d5f
tree6179831598ddae4cf8afff74450fa984388b8efb
parent69c333f997f4a798082e28d5a3e2bc69f8dfdf09
Add a SecureTransport TLS channel

As an alternative to OpenSSL when we're on OS X. This one can actually
take advantage of stacking the streams.
CMakeLists.txt
cmake/Modules/FindCoreFoundation.cmake [new file with mode: 0644]
cmake/Modules/FindSecurity.cmake [new file with mode: 0644]
src/settings.c
src/stransport_stream.c [new file with mode: 0644]
src/stransport_stream.h [new file with mode: 0644]
src/transport.c
src/transports/http.c
tests/core/features.c