Pieter Hintjens

Results 81 comments of Pieter Hintjens
trafficstars

I'm unclear why zpoller couldn't work with these sockets (regardless of the new libzmq API, which I like). Will check this out when I'm back in the office... On Wed,...

Ah, OK... I'll make zpoller use the new api if its available. No breaking change for callers then. On 22 Oct 2015 10:28 am, "Doron Somech" [email protected] wrote: > @hintjens...

Doing a secure transmission will always require more work; you have to prepare long term keys at either side, configure the 0MQ sockets to use them, and handle authentication requests...

I'll fix this... there were some CZMQ api changes, for security.

Steve McCoy has started on a pure Java version of OpenPGM. He could perhaps use help on that. On Wed, Jun 25, 2014 at 10:06 PM, Conner Bryan [email protected] wrote:...

The 0.2 protocol definitely needs to be updated to match the code and/or vice versa. Martin Hurton made the changes to the Majordomo code but I've not had opportunity to...

With libcurve, there's no authenticated metadata sent at the connection level. You can send this yourself in a first message. Dealing with messages at the application level is a whole...

Doing end-to-end encryption across brokers is really quite hard. You can of course encrypt and decrypt at either side, that's fine. The hard part is creating a session key, which...

For these and other issues on 4-x, please raise the issue on zeromq/libzmq, and if there is a fix already there, you can propose a backport of it to zeromq4-x...

Confirmed still broken in zeromq4-1 configure.ac.