After a little time off doing other stuff, I come back to my guerrilla ZeroMQ integration project. An early concern for my project is security, and it seems like using OpenSSL's TLS API might provide a wheel-reinvention-avoiding means of encrypting the streams. But it seems like I'd have to integrate it very much at the zmq::socket_t level or else I'd have to do per-message_t encryption which doesn't seem terribly efficient.
If anyone has any pointers on encryption w/ZeroMQ ... be really, really greatful :) - Oliver _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
