summaryrefslogtreecommitdiff
path: root/src/openssl_stream.h
Commit message (Collapse)AuthorAgeFilesLines
* Add an OpenSSL IO streamCarlos Martín Nieto2014-12-101-0/+14
This unfortunately isn't as stackable as could be possible, as it hard-codes the socket stream. This is because the method of using a custom openssl BIO is not clear, and we do not need this for now. We can still bring this in if and as we need it.