Support secure RPC.

This commit is contained in:
JoelKatz
2013-06-12 12:49:27 -07:00
parent 353b0a30b5
commit 4de1dcae5e
7 changed files with 58 additions and 29 deletions

View File

@@ -54,6 +54,8 @@ public:
bool getPublic() { return mPublic; };
boost::asio::ssl::context& getASIOContext() { return *mCtx; }
static void ssend(connection_ptr cpClient, message_ptr mpMessage)
{
try