summaryrefslogtreecommitdiff
path: root/src/supplemental/tls
Commit message (Expand)AuthorAge
* fixes #1478 mbedTLS 3.0 is not API compatible with 2.xGarrett D'Amore2021-08-09
* fixes #1471 Use of strdup instead of nni_strdup in mbedtls/tls.cGarrett D'Amore2021-07-22
* remove extraneous comment, set conn_init static (#1424)Dave Voutila2021-02-17
* Fix typo in tls_common.c (#1412)Evgeny Ermakov2021-01-24
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* New NUTS test framework (NNG Unit Test Support).Garrett D'Amore2020-11-23
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* Clean up some warnings.Garrett D'Amore2020-11-08
* fixes #1235 framing error in SSL/TLSGarrett D'Amore2020-07-26
* Tests for sending large amounts of data over NNG TLS streams.Garrett D'Amore2020-05-23
* fixes #1005 TLS 1.3 supportGarrett D'Amore2020-02-23
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #1112 POSIX pollq finalizers could be simplerGarrett D'Amore2020-01-05
* Add possibility to use mbedtls cmake target if availableRobert Bielik2019-12-27
* fixes #948 TLS listener leaks underlying TCP stream listenerGarrett D'Amore2019-05-19
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #847 Define public TLS APIGarrett D'Amore2019-01-06
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #456 TLS configuration object holdGarrett D'Amore2018-11-05
* fixes #577 target library dependencies should be publicGarrett D'Amore2018-11-05
* fixes #770 Assertion in NNG TLS layerGarrett D'Amore2018-11-01
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* Fixes issues found by (and submitted by) @nonnenmacher when workingVincent Nonnenmacher2018-03-19
* Fix for Windows compilation warnings.Garrett D'Amore2018-03-05
* Isolate TLS functions into separate tls.h header file.Garrett D'Amore2018-03-02
* fixes #247 nngcat needs TLS optionsGarrett D'Amore2018-03-02
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #209 NNG_OPT_TLS_VERIFIED is bustedGarrett D'Amore2018-01-17
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* fixes #186 Suggested API changes for nng TLS certsGarrett D'Amore2018-01-09
* Fix HTTP sconn race, and compile bugs introduced.Garrett D'Amore2018-01-01
* 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