Does anyone know a good implementation for encrypted C++ streams using OpenSSL ? Something that extends or wraps std::istream and std::ostream ?
I know this could be done with boost (filtering stream) but I don't want to include boost just for that. Any non boost suggestions ?