aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/tls/mbedtls
Commit message (Expand)AuthorAge
* refactor/dtls: Use message oriented send/receive for DTLS.Garrett D'Amore2025-11-10
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett D'Amore2025-10-05
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* mbedtls: reduce logging for debug crypto to debug logGarrett D'Amore2025-09-14
* MbedTLS: CLOSE NOTIFY is not not really an error.Garrett D'Amore2025-08-25
* TLS: Remove support for dynamic engine initialization.Garrett D'Amore2025-06-21
* Drop mbedtls CTR_DRBG pseudo-random number generator.Garrett D'Amore2025-06-21
* fixes mbedtls 3.6.3 handshake with NULL server nameelijahr2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* 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: include error code from mbed in log messagesGarrett D'Amore2024-11-23
* tls: remove support for TLS 1.0 and 1.1.Garrett D'Amore2024-11-16
* TLS: enable TLS 1.3 for Mbed TLS.Garrett D'Amore2024-08-14
* TLS: Stop making the licensing message a warning - notice is sufficient.Garrett D'Amore2024-07-22
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21
* fixes #1588 TLS should log errorsGarrett D'Amore2024-04-14
* 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
* 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
* 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
* fixes #1087 CMakeLists structural improvements desiredGarrett D'Amore2020-11-14
* 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
* fix #946 Use after free in TLSGarrett D'Amore2019-05-19
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* 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 #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
* 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