- 04 Oct, 2013 9 commits
-
-
Volodymyr Korniichuk authored
-
Ian Barber authored
bugfixes for mingw compilation
-
KIU Shueng Chuan authored
-
KIU Shueng Chuan authored
-
Pieter Hintjens authored
replace macro constants with enum types for user facing constants
-
Dylan Cali authored
-
Pieter Hintjens authored
Stop curve handshake when cookie box verification fails
-
Dylan Cali authored
-
Martin Hurton authored
-
- 02 Oct, 2013 5 commits
-
-
Richard Newton authored
Clarified that zmq.h constants are part of the public contract
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Richard Newton authored
fix minor typo in zmq_ctx_get doc example
-
Dylan Cali authored
-
- 30 Sep, 2013 2 commits
-
-
Richard Newton authored
Packaging for zmq_curve_keypair function
-
Pieter Hintjens authored
* Added new man page for this * Added test case, in tests/test_security_curve.cpp * Noted in zmq_utils.h that these methods are documented
-
- 29 Sep, 2013 7 commits
-
-
Pieter Hintjens authored
Expose zmq_curve_keypair via zmq_utils
-
MinRK authored
asserts aren't appropriate for checking user input.
-
MinRK authored
-
MinRK authored
-
Pieter Hintjens authored
config for libsodium in alternate path, using CPP flags for both C and C...
-
Matt Connolly authored
-
Pieter Hintjens authored
include missing platform.hpp in curve_keygen
-
- 28 Sep, 2013 2 commits
- 27 Sep, 2013 3 commits
-
-
Pieter Hintjens authored
This pull requests fixes building on SmartOS and possibly other Solaris-like systems
-
Matt Connolly authored
-
Matt Connolly authored
-
- 26 Sep, 2013 9 commits
-
-
Richard Newton authored
Updated CMake project for test_issue_566
-
Pieter Hintjens authored
-
Martin Hurton authored
Added test case for issue 566
-
Pieter Hintjens authored
* Tests dealer-to-router connection 100 times * This was failing in ZMQ v4.0.0 RC1
-
Richard Newton authored
Build/test errors on OS/X with clang++
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Call flush after writing the identity message
-
Martin Hurton authored
-
- 24 Sep, 2013 3 commits
-
-
Richard Newton authored
Updated libzmq CURVE to track RFC 27
-
Pieter Hintjens authored
* The INITIATE command vouch box is Box[C',S](C->S') instead of Box[C'](C->S), as recommended by https://codesinchaos.wordpress.com/2012/09/09/curvecp-1/, to reduce the risk of client impersonation. * Mirrors the change in libcurve and CurveZMQ specifications.
-
Pieter Hintjens authored
Fixed build for MSVC 2008
-