aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/tls/tls_tran_test.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
* 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
* Fix typos in TLS test names.Garrett D'Amore2025-04-27
* Set server name for TLS test.Garrett D'Amore2025-04-19
* 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
* tls: add a mutual authentication testGarrett D'Amore2024-11-23
* tls: include error code from mbed in log messagesGarrett D'Amore2024-11-23
* tests: eliminate use of NNG_OPT_URLGarrett D'Amore2024-11-23
* URL refactor part 1.Garrett D'Amore2024-11-18
* tcp/tls: Remove support for local interface address in dialer URLsGarrett D'Amore2024-11-17
* 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
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* TLS: make some tests conditional.Garrett D'Amore2024-07-22
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21