Re: [zeromq-dev] [ANN] JeroMQ 0.4.2 - A pure Java clone of libzmq

2017-06-30 Thread Luca Boccassi
On Fri, 2017-06-30 at 09:20 -0400, Trevor Bernard wrote:
> > Is the CURVE implementation fully inter-operable with libzmq?
> 
> Yup, it's fully interoperable.

Fantastic, thanks!

-- 
Kind regards,
Luca Boccassi

signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] [ANN] JeroMQ 0.4.2 - A pure Java clone of libzmq

2017-06-30 Thread Trevor Bernard
> Is the CURVE implementation fully inter-operable with libzmq?

Yup, it's fully interoperable.
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] [ANN] JeroMQ 0.4.2 - A pure Java clone of libzmq

2017-06-30 Thread Luca Boccassi
On Fri, 2017-06-30 at 08:54 -0400, Trevor Bernard wrote:
> I'd like to announce the immediate availability of
> org.zeromq/jeromq-0.4.2 on Maven central. The single biggest change
> is
> now JeroMQ now has full native java security support! Special thanks
> to Frédéric Déléchamp for updating the codebase to v4.1.7.
> 
> Here is an example of how to secure a JeroMQ connection:
> https://gist.github.com/trevorbernard/6e3a8af0092cdced0f8b3e757a5b6b1
> 6
> 
> There wasn't an announcement for v0.4.1 because it was quickly
> realized that adding security via kalium (libsodium) broke JeroMQ on
> Android.
> 
> Try it via
> 
> Download: https://repo1.maven.org/maven2/org/zeromq/jeromq/0.4.2/
> 
> 0.4.2 includes the following changes:
> 
> #443: Fix issue where JeroMQ was broken on Android. Security no
> longer
> depends on libsodium and is now pure Java
> 
> v0.4.1 (2017-06-28)
> 
> Added
> 
> JeroMQ is now based of of 4.1.7 of libzmq which means it also now
> support security
> 
> Changed
> 
> #413: fixed a NullPointerException when ZMQ.ZMQ_TCP_ACCEPT_FILTER is
> used
> 
> #412: tcp accept filter null pointer exception fix

Hello Trevor,

Great stuff!

Is the CURVE implementation fully inter-operable with libzmq?

I would really like to add inter-operability CI tests at some point
between the various implementations of ZMTP...

-- 
Kind regards,
Luca Boccassi

signature.asc
Description: This is a digitally signed message part
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

[zeromq-dev] [ANN] JeroMQ 0.4.2 - A pure Java clone of libzmq

2017-06-30 Thread Trevor Bernard
I'd like to announce the immediate availability of
org.zeromq/jeromq-0.4.2 on Maven central. The single biggest change is
now JeroMQ now has full native java security support! Special thanks
to Frédéric Déléchamp for updating the codebase to v4.1.7.

Here is an example of how to secure a JeroMQ connection:
https://gist.github.com/trevorbernard/6e3a8af0092cdced0f8b3e757a5b6b16

There wasn't an announcement for v0.4.1 because it was quickly
realized that adding security via kalium (libsodium) broke JeroMQ on
Android.

Try it via

Download: https://repo1.maven.org/maven2/org/zeromq/jeromq/0.4.2/

0.4.2 includes the following changes:

#443: Fix issue where JeroMQ was broken on Android. Security no longer
depends on libsodium and is now pure Java

v0.4.1 (2017-06-28)

Added

JeroMQ is now based of of 4.1.7 of libzmq which means it also now
support security

Changed

#413: fixed a NullPointerException when ZMQ.ZMQ_TCP_ACCEPT_FILTER is used

#412: tcp accept filter null pointer exception fix
___
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev