aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/tls/tls.c
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
* 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
* 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
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* 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: remove 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 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
* tls: Remove the individual TLS configuration optionsGarrett D'Amore2024-10-28
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* 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
* Log messages when peer sends too large message.Garrett D'Amore2024-04-17
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* tcp and tls: setting recv max on endpoint does not change pipesGarrett D'Amore2023-12-29
* fixes #1713 SP pipe_send leaks message if aio is canceledGarrett D'Amore2023-11-26
* fixes #1518 Disconnect during negotiation breaks listenerGarrett D'Amore2021-10-16
* Fix premature transport registration. Mark it deprecated.Garrett D'Amore2021-08-01
* Simplify the SP transport initialization process.Garrett D'Amore2021-07-31
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* fixes #1421 Failure in tcp and tls local source handlingGarrett D'Amore2021-02-07
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01