• Show log

    Commit

  • Hash : e247649d
    Author : Carlos Martín Nieto
    Date : 2015-06-11T16:50:44

    openssl: use the curl stream if available
    
    When linking against libcurl, use it as the underlying transport instead
    of straight sockets. We can't quite just give over the file descriptor,
    as curl puts it into non-blocking mode, so we build a custom BIO so
    OpenSSL sends the data through our stream, be it the socket or curl
    streams.