1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/secure-streams
2021-10-02 06:01:32 +01:00
..
minimal-secure-streams ss: mass update LE root to isrg part 2 2021-10-02 06:01:32 +01:00
minimal-secure-streams-alexa lws_metrics 2021-03-08 21:47:28 +00:00
minimal-secure-streams-avs logs: prioritize WITH_NO_LOGS even in release 2021-03-15 12:56:15 +00:00
minimal-secure-streams-blob ctest: do not reuse ctest-ssp path 2021-06-24 06:32:58 +01:00
minimal-secure-streams-client-tx cmake: unbreak LWS_WITH_SYS_STATE disabled build 2021-09-27 06:37:25 +01:00
minimal-secure-streams-cpp wip: ss c++ classes 2020-12-02 10:15:50 +00:00
minimal-secure-streams-hugeurl ctest: ss: minimal-hugeurl: run correct test 2021-04-05 11:06:54 +01:00
minimal-secure-streams-metadata ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-metrics-proxy ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-perf ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-policy2c ss: policy2c: type error on respmap 2021-04-21 19:32:16 +01:00
minimal-secure-streams-post ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-proxy ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-seq ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-server ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
minimal-secure-streams-server-raw type comparisons: fixes 2021-01-05 10:56:38 +00:00
minimal-secure-streams-sigv4 ss: sigv4: disable ctest until new auth available 2021-08-28 07:39:20 +01:00
minimal-secure-streams-smd lws_metrics 2021-03-08 21:47:28 +00:00
minimal-secure-streams-staticpolicy lws_metrics 2021-03-08 21:47:28 +00:00
minimal-secure-streams-testsfail ss: mass update LE root to ISRG X1 2021-10-01 20:36:53 +01:00
README.md client: secure streams 2020-03-04 12:17:49 +00:00

Secure Streams

Secure Streams is a client API that strictly decouples the policy for connections from the payloads. The user code only deals with the stream type name and payloads, a policy database set at lws_context creation time decides all policy about the connection, including the endpoint, tls CA, and even the wire protocol.

name demonstrates
minimal-secure-streams Minimal secure streams client / proxy example
minimal-secure-streams-tx Proxy used for client-tx test below
minimal-secure-streams-client-tx Secure streams client showing tx and rx