[WIP] Use Go's TLS stream instead of whatever the library ships with #372

Closed
carlosmn wants to merge 2 commits from cmn/tls-stream into main

2 Commits

Author SHA1 Message Date
Carlos Martín Nieto 0d3b5bd551 Merge remote-tracking branch 'upstream/master' into cmn/tls-stream 2017-04-14 13:12:56 +02:00
Carlos Martín Nieto 528e14aa4f Implement a managed TLS stream and tell libgit2 to use it
Instead of having to guess about how to make the TLS stream safe on the given
platform, we can use a managed one we implement ourselves and tell libgit2 to
use that.
2017-01-23 07:50:33 +00:00