Re: [zeromq-dev] [libcurve] First draft of client & server sockets (high level API) (#11)

2013-09-10 Thread l . alebarde
I have had some email account problems the last hours. Sorry for the inconveniance. Thanks for the tip Pieter. It was due to a working directory definition in my working environment. Quoting Pieter Hintjens : > Do you have the file src/test_keystore? This contains client/server keys > for the s

Re: [zeromq-dev] [libcurve] First draft of client & server sockets (high level API) (#11)

2013-09-10 Thread Pieter Hintjens
Since I'm making improvements to CZMQ and libzmq as part of this work, you will need to update those two projects from GitHub master if they change. I've just done a clean clone of libzmq, CZMQ, and libcurve from GitHub and they build and pass tests as expected. -Pieter On Tue, Sep 10, 2013 at

Re: [zeromq-dev] [libcurve] First draft of client & server sockets (high level API) (#11)

2013-09-10 Thread Pieter Hintjens
Do you have the file src/test_keystore? This contains client/server keys for the self test. On Tue, Sep 10, 2013 at 9:52 AM, Laurent Alebarde wrote: > Hi Pieter & Ian, > > libcurve #11 builds well, but curve_selftest fails for me : > > $ /usr/bin/curve_selftest > * curve_keypair: OK > * curve

Re: [zeromq-dev] [libcurve] First draft of client & server sockets (high level API) (#11)

2013-09-10 Thread Laurent Alebarde
Hi Pieter & Ian, libcurve #11 builds well, but curve_selftest fails for me : $ /usr/bin/curve_selftest * curve_keypair: OK * curve_keystore: OK curve_selftest: curve_codec.c:915: curve_codec_test: Assertion `rc == 0' failed. * curve_codec: Abandon From the code : // @selftest cur