libzmq/unittests
grmt 718ad8ab96
add wss transport and fix tipc tests when building using cmake on linux (#3857)
* Allow CMAKE to generate ws and wss transports
I guess there is little use of just ws transport, so by default
GnuTLS (and libsodium) are enabled

* cmake libzmq including wss transport (ubuntu 19.10 and ubuntu 19.10 + wsl 1.0)
test_security_fails (libsodium assert !?)

* updated relicense

* make external libs gnutls nss sodium optional

* #ifdef WSS classes and functions, build test*ws* only if correct libs are included, warning if libs not present

* make libsodium optional

* cmake fix tests TIPC transport

* clang-format pointed out a wrongly placed #ifdef

* GnuTLS before 3.6.7 is not safe

* msvc doesn't agree with strlen in array declaration, test_socks now at least compiles on windows

* windows: libsodium build fails, missing include dirs set by env var

* ws transport test only works when GnuTLS is found

* Fixed condition to use NSS / built in SHA1, so that test_ws_transport should now pass, also when GnuTLS is not found
2020-04-13 23:03:19 +01:00
..
CMakeLists.txt add wss transport and fix tipc tests when building using cmake on linux (#3857) 2020-04-13 23:03:19 +01:00
unittest_curve_encoding.cpp Problem: no unittests for curve_encoding_t 2020-02-03 22:24:16 +01:00
unittest_ip_resolver.cpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
unittest_mtrie.cpp Problem: use of C-style casts 2019-12-08 15:24:48 +01:00
unittest_poller.cpp Problem: inconsistent polymorphic inheritance 2020-01-27 08:46:55 +01:00
unittest_radix_tree.cpp Problem: identifiers not conformant with naming convention 2019-12-08 15:24:48 +01:00
unittest_resolver_common.hpp Problem: unused include directives 2019-03-23 09:46:37 -04:00
unittest_udp_address.cpp Problem: redundant else after return 2019-12-08 15:24:48 +01:00
unittest_ypipe.cpp Problem: network initialization and shutdown functions not available for 2018-02-13 18:38:17 +01:00