summaryrefslogtreecommitdiff
path: root/tests/tls.c
Commit message (Expand)AuthorAge
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #209 NNG_OPT_TLS_VERIFIED is bustedGarrett D'Amore2018-01-17
* fixes #186 Suggested API changes for nng TLS certsGarrett D'Amore2018-01-09
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* Rename config init/fini to alloc/free, add documentation for them.Garrett D'Amore2017-12-31
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #160 Convert TLS url from tls:// to tls+tcp://Garrett D'Amore2017-11-27
* fixes #3 TLS transportGarrett D'Amore2017-11-20