3 Aug
2009
3 Aug
'09
9:26 a.m.
Hello,
Does someone have an experience with the subj? In my application I need an AES-encrypted socket. I try to accomplish this by building a custom asio socket that performs all the needed encryption (with openssl) and delegates the i/o to its service.
I never built an encrypted socket, but here is an example describing this kind of situation : http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/example/ssl/client.... http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/example/ssl/server.... It refers to an asio ssl::stream http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/reference/ssl__stre... Did you use this documentation to write your connection class ? Adrien