- 19 Apr, 2016 1 commit
-
-
Carlos Martín Nieto committed
-
- 03 Nov, 2015 1 commit
-
-
Carlos Martín Nieto committed
-
- 24 Jun, 2015 1 commit
-
-
If the stream claims to support this feature, we can let the transport set the proxy. We also set HTTPPROXYTUNNEL option so curl can create a tunnel through the proxy which lets us create our own TLS session (if needed).
Carlos Martín Nieto committed
-
- 16 Mar, 2015 1 commit
-
-
When the user has a certificate check callback set, we still have to check whether the stream we're using is even capable of providing a certificate. In the case of an unencrypted certificate, do not ask for it from the stream, and do not call the callback.
Carlos Martín Nieto committed
-
- 10 Dec, 2014 3 commits
-
-
Carlos Martín Nieto committed
-
Carlos Martín Nieto committed
-
We currently have gitno for talking over TCP, but this needs to know about both plaintext and OpenSSL connections and the code has gotten somewhat messy with ifdefs determining which version of the function should be called. In order to clean this up and abstract away the details of sending over the different types of streams, we can instead use an interface and stack stream implementations. We may not be able to use the stackability with all streams, but we are definitely be able to use the abstraction which is currently spread between different bits of gitno.
Carlos Martín Nieto committed
-