aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/tls
Commit message (Expand)AuthorAge
* Replace nng_pipe_get_addr, nng_stream_get_addr, and the NNG_OPT_REMADDR option.Garrett D'Amore2025-10-27
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* Add support for OpenSSL v3.5 and newer.Garrett D'Amore2025-10-19
* header file fixesGarrett D'Amore2025-10-09
* 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
* fixes #2158 Implement support for NNG_OPT_TLS_PEER_CN for WolfSSLGarrett D'Amore2025-10-05
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Converted rest of transports to nng_err.Garrett D'Amore2025-04-27
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* Fix typos in TLS test names.Garrett D'Amore2025-04-27
* Set server name for TLS test.Garrett D'Amore2025-04-19
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* tests: TLS transport test resilience against EADDRINUSEGarrett D'Amore2025-01-04
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* fix for potential leaking connectionsGarrett D'Amore2024-12-26
* tls: use nni_aio_beginGarrett D'Amore2024-12-26
* tls: fix deadlock in error pathGarrett D'Amore2024-12-16
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* tls transport: use inline SP structuresGarrett D'Amore2024-12-15
* tls transport: inline aiosGarrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* tls: implement ep stopGarrett D'Amore2024-12-11
* tls: don't use an extra resolver step in the listener.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: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* tests: eliminate use of NNG_OPT_URLGarrett D'Amore2024-11-23
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* tcp/tls: Remove support for local interface address in dialer URLsGarrett D'Amore2024-11-17
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Introduce NUTS_SKIP and use it in a few tests.Garrett D'Amore2024-11-03
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* tls: Remove the individual TLS configuration optionsGarrett D'Amore2024-10-28
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* TLS: make some tests conditional.Garrett D'Amore2024-07-22
* Fix conditional tls_tran_testGarrett D'Amore2024-07-21
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21
* Free SP protocol streams before discarding aio objects.Garrett D'Amore2024-05-30
* Another attempt at the close deadlock, fix use-after-free.Garrett D'Amore2024-05-30
* Logging improvements (#1816)Garrett D'Amore2024-04-21