zeromq / clrzmq4

ZeroMQ C# namespace (.NET and mono, Windows, Linux and MacOSX, x86 and amd64)
GNU Lesser General Public License v3.0
241 stars 112 forks source link

ZMQ Security #116

Closed langroodi closed 7 years ago

langroodi commented 7 years ago

None of PLAIN and CURVE ZMQ Security are wrapped on clrzmq4. Implementing zauth and zcert functions to clrzmq, make the binding more secure and useful than before. I hope you plan to add these features on the next milestone.

Thanks,

sigiesec commented 7 years ago

clrzmq4 is a binding to libzmq, not to czmq (which offers zauth and zcert). I think you imagine a completely different library.