aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/tls
Commit message (Expand)AuthorAge
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* cmake: ensure that MbedTLS and WolfSSL can be found properly as subprojectsGarrett D'Amore2025-01-01
* tls: use nni_aio_beginGarrett D'Amore2024-12-26
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
* tls: add a mutual authentication testGarrett D'Amore2024-11-23
* tls: include error code from mbed in log messagesGarrett D'Amore2024-11-23
* tls: add ecdsa test caseGarrett D'Amore2024-11-17
* tls: remove support for TLS 1.0 and 1.1.Garrett D'Amore2024-11-16
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* websocket: Do not allow a listener or dialer to change TLS while runningGarrett D'Amore2024-11-09
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* tls: Remove the individual TLS configuration optionsGarrett D'Amore2024-10-28
* TLS: enable TLS 1.3 for Mbed TLS.Garrett D'Amore2024-08-14
* fixes #1849 merge wolfSSL support inline, and relicense it under same terms a...Garrett D'Amore2024-07-22
* TLS: make some tests conditional.Garrett D'Amore2024-07-22
* TLS: Stop making the licensing message a warning - notice is sufficient.Garrett D'Amore2024-07-22
* TLS: announce which engine we are using (in anticipation of newer TLS engines)Garrett D'Amore2024-07-22
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21
* [tls_common] finish conn lock in tls_reapMoi Ran2024-04-14
* fixes #1588 TLS should log errorsGarrett D'Amore2024-04-14
* Add missing `nng_tls_config_hold` stub functionMarc Lasch2024-04-13
* fixes #1771 cmake: respect CMAKE_FIND_PACKAGE_PREFER_CONFIG if presentGarrett D'Amore2024-02-28
* fix typo in test for CMAKE_FIND_PACKAGE_PREFER_CONFIGGarrett D'Amore2024-02-17
* tls: fix cast to integer warningGarrett D'Amore2024-01-27
* Mbed TLS CMake improvements.Garrett D'Amore2024-01-27
* fixes #1673 High CPU usage with TLSGarrett D'Amore2023-12-16
* Get common name and subject alternative names of peer certificate (#1617)Christian Fischbach2023-02-08
* Fill NNG_PKGS to request nng dependencies from installed location. (#1641)Garrett D'Amore2023-02-05
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* Provide atomic pointer support.Garrett D'Amore2021-12-05
* 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