summaryrefslogtreecommitdiff
path: root/src/tls_stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
| | | | | This is what it's meant all along, but now we actually have multiple implementations, it's clearer to use the name of the library.
* Abstract away the TLS stream implementationCarlos Martín Nieto2015-04-231-0/+28
Instead, provide git_tls_stream_new() to ask for the most appropriate encrypted stream and use it in our HTTP transport.