- 30 Sep, 2013 1 commit
-
-
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 9 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
-
Pieter Hintjens authored
stdint.h is not available on all platforms
-
Pieter Hintjens authored
-
Ivan Pechorin authored
-
Richard Newton authored
Bumped library version and age
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Update configure: Allow libsodium to be installed in a custom path
-
- 23 Sep, 2013 2 commits
-
-
Matt Connolly authored
-
Matt Connolly authored
-
- 20 Sep, 2013 7 commits
-
-
Richard Newton authored
Move away from port 8080 which is occupied on some boxes
-
Pieter Hintjens authored
-
Richard Newton authored
Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags"
-
Richard Newton authored
Fixed packaging (makefiles were wrong)
-
Pieter Hintjens authored
Reference platform.h by ../src/platform.h - AIX is ignoring -I flags
-
AJ Lewis authored
-