Commit 468d7b11f9642f37a2c54e6fd6d539b223a103aa

Carlos Martín Nieto 2014-11-01T15:19:54

Add an OpenSSL IO stream 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.