Kouhei Sutou
f942303cd5
Support cross compile with MinGW on Linux
...
Linux uses case sensitive file system. So we can't find "wincrypt.h" by
"WinCrypt.h".
2016-09-14 23:28:46 +09:00
Luca Boccassi
3945f27f6d
Problem: pragma diagnostic is new in GCC 4.2
...
Solution: check for GCC version before using pragma diagnostic
in tweetnacl to avoid an additional warning.
2016-04-12 23:52:34 +01:00
Pieter Hintjens
98834596f1
Problem: cannot disable encryption if libsodium is installed
...
The sodium/tweetnacl detection logic does not yet you disable
encryption if libsodium is installed.
Fixes #1850 in libzmq/master
2016-03-12 15:40:24 +01:00
Anonymous Maarten
d1a0baf25f
tweetNaCL: fix winrandom
...
problem: random byte generation on windows got stuck in an infinite loop
solution: the failure test is incorrect. Change it
2016-01-18 15:24:33 +01:00
Min RK
f13d4f1d04
add windows randombytes implementation
...
backport zeromq/libzmq#1619
2016-01-18 11:13:11 +01:00
Jonathan Reams
d1881acbdc
Clean up after using randombytes from libsodium
...
When Curve authentication is used, libsodium opens a file
descriptor to /dev/urandom to generate random bytes. When
the ZMQ context terminates, it should ensure that file gets
closed.
2014-08-31 13:30:44 -04:00
Rodrigo Mosconi
4ae4896978
duplicated type definitions when using CMAKE
2014-07-02 23:24:35 -03:00
Frank
63cc250d05
typo
2014-05-01 21:30:13 +02:00
Frank
e5a294ec02
tweetnacl integration
2014-05-01 21:30:02 +02:00