Subject: [Boost-users] [asio] "reverse" stream?
From: Phil Sean (philsean_at_[hidden])
Date: 2017-10-07 11:04:46


Hi,
Is there a stream (or other implementation) in asio that reverses the next layer and the read()/write() layer of another stream?
For example, a reverse ssl::stream would send/receive data in clear text, but read()/write() operations should rather expect encrypted data.
Thanks.