Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | curl: remove the encrypted param to the constructor | Carlos Martín Nieto | 2015-06-24 | 1 | -1/+1 |
| | | | | | We do not want libcurl to perform the TLS negotiation for us, so we don't need to pass this option. | ||||
* | Implement a curl stream | Carlos Martín Nieto | 2015-06-24 | 1 | -0/+14 |
cURL has a mode in which it acts a lot like our streams, providing send and recv functions and taking care of the TLS and proxy setup for us. Implement a new stream which uses libcurl instead of raw sockets or the TLS libraries directly. This version does not support reporting certificates or proxies yet. |