Re: [zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-06 Thread Goswin von Brederlow
On Tue, Feb 04, 2014 at 08:47:10PM +1030, Chris Laws wrote: I think that the pyzmq master can meet your needs. I added pyzmq implementations for each of the hintjens security examples (iron house, woodhouse, etc) when I submitted the pyzmq.zauth into pyzmq. This change also included the

Re: [zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-06 Thread Nicolas
On 02/06/2014 12:16 PM, Goswin von Brederlow wrote: On Tue, Feb 04, 2014 at 08:47:10PM +1030, Chris Laws wrote: I think that the pyzmq master can meet your needs. I added pyzmq implementations for each of the hintjens security examples (iron house, woodhouse, etc) when I submitted the

Re: [zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-04 Thread Goswin von Brederlow
On Mon, Feb 03, 2014 at 11:06:32AM -0800, MinRK wrote: On Mon, Feb 3, 2014 at 10:57 AM, Michel Pelletier pelletier.mic...@gmail.com wrote: On Mon, Feb 3, 2014 at 9:30 AM, Greg Ward g...@gerg.ca wrote: Hi all -- But that doesn't work: $ cat shadow-ctx.py import zmq from

[zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-04 Thread Chris Laws
I think that the pyzmq master can meet your needs. I added pyzmq implementations for each of the hintjens security examples (iron house, woodhouse, etc) when I submitted the pyzmq.zauth into pyzmq. This change also included the ability to read and write CZMQ compatible zcert files. The tests

Re: [zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-04 Thread MinRK
On Tue, Feb 4, 2014 at 2:10 AM, Goswin von Brederlow goswin-...@web.de wrote: On Mon, Feb 03, 2014 at 11:06:32AM -0800, MinRK wrote: On Mon, Feb 3, 2014 at 10:57 AM, Michel Pelletier pelletier.mic...@gmail.com wrote: On Mon, Feb 3, 2014 at 9:30 AM, Greg Ward g...@gerg.ca wrote: Hi

[zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-03 Thread Greg Ward
Hi all -- I'm back to playing around with pyczmq for secure messaging. I'm perfectly happy with the pyzmq interface. In fact, I could happily stick with 0MQ 3.2.x, and ignore CZMQ (and pyczmq) entirely, except for the need for authentication and encryption. A few weeks ago, I successfully

Re: [zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-03 Thread Michel Pelletier
On Mon, Feb 3, 2014 at 9:30 AM, Greg Ward g...@gerg.ca wrote: Hi all -- But that doesn't work: $ cat shadow-ctx.py import zmq from pyczmq import zctx ctx1 = zmq.Context() ctx2 = zctx.shadow_zmq_ctx(ctx1) Arghghh. Impedance mismatch. Any idea how to make that wrapper work? Hmm, I

Re: [zeromq-dev] Using pyczmq for zcert/zauth only

2014-02-03 Thread MinRK
On Mon, Feb 3, 2014 at 10:57 AM, Michel Pelletier pelletier.mic...@gmail.com wrote: On Mon, Feb 3, 2014 at 9:30 AM, Greg Ward g...@gerg.ca wrote: Hi all -- But that doesn't work: $ cat shadow-ctx.py import zmq from pyczmq import zctx ctx1 = zmq.Context() ctx2 =