Name Date Size

..25-Oct-20244 KiB

minimal-secure-streams/H25-Oct-20244 KiB

minimal-secure-streams-alexa/H25-Oct-20244 KiB

minimal-secure-streams-avs/H25-Oct-20244 KiB

minimal-secure-streams-binance/H25-Oct-20244 KiB

minimal-secure-streams-blob/H25-Oct-20244 KiB

minimal-secure-streams-client-tx/H25-Oct-20244 KiB

minimal-secure-streams-cpp/H25-Oct-20244 KiB

minimal-secure-streams-hugeurl/H25-Oct-20244 KiB

minimal-secure-streams-metadata/H25-Oct-20244 KiB

minimal-secure-streams-metrics-proxy/H25-Oct-20244 KiB

minimal-secure-streams-perf/H25-Oct-20244 KiB

minimal-secure-streams-policy2c/H25-Oct-20244 KiB

minimal-secure-streams-post/H25-Oct-20244 KiB

minimal-secure-streams-proxy/H25-Oct-20244 KiB

minimal-secure-streams-seq/H25-Oct-20244 KiB

minimal-secure-streams-server/H25-Oct-20244 KiB

minimal-secure-streams-server-raw/H25-Oct-20244 KiB

minimal-secure-streams-sigv4/H25-Oct-20244 KiB

minimal-secure-streams-smd/H25-Oct-20244 KiB

minimal-secure-streams-staticpolicy/H25-Oct-20244 KiB

minimal-secure-streams-stress/H25-Oct-20244 KiB

minimal-secure-streams-testsfail/H25-Oct-20244 KiB

minimal-secure-streams-threads/H25-Oct-20244 KiB

README.mdH A D25-Oct-2024574

README.md

1# Secure Streams
2
3Secure Streams is a client API that strictly decouples the policy for connections
4from the payloads.  The user code only deals with the stream type name and payloads,
5a policy database set at `lws_context` creation time decides all policy about the
6connection, including the endpoint, tls CA, and even the wire protocol.
7
8|name|demonstrates|
9---|---
10minimal-secure-streams|Minimal secure streams client / proxy example
11minimal-secure-streams-tx|Proxy used for client-tx test below
12minimal-secure-streams-client-tx|Secure streams client showing tx and rx
13
14
15