summaryrefslogtreecommitdiff
path: root/README.adoc
Commit message (Collapse)AuthorAge
* Minor language fix.0.1Garrett D'Amore2017-11-21
|
* fixes #3 TLS transportGarrett D'Amore2017-11-20
| | | | | | | | | | | | | | | | | | | This introduces a new transport (compatible with the TLS transport from mangos), using TLS v1.2. To use the new transport, you must have the mbed TLS library available on your system (Xenial libmbedtls-dev). You can use version 2.x or newer -- 1.3.x and PolarSSL versions are not supported. You enable the TLS transport with -DNNG_TRANSPORT_TLS=ON in the CMake configuration. You must configure the server certificate by default, and this can only be done using nng options. See the nng_tls man page for details. This work is experimental, and was made possible by Capitar IT Group BV, and Staysail Systems, Inc.
* Updated links to docs.Garrett D'Amore2017-10-30
|
* Updated information, and a codecov badge.Garrett D'Amore2017-08-07
|
* Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly.Garrett D'Amore2017-01-21
|
* Note CMake requirements.Garrett D'Amore2016-12-31
|
* Travis stuff for uncrustify.Garrett D'Amore2016-12-21
|
* Put README at top-level.Garrett D'Amore2016-12-10