summaryrefslogtreecommitdiff
path: root/src/tls_stream.h
Commit message (Collapse)AuthorAgeFilesLines
* Abstract away the TLS stream implementationCarlos Martín Nieto2015-04-231-0/+21
Instead, provide git_tls_stream_new() to ask for the most appropriate encrypted stream and use it in our HTTP transport.