• Home
Name Date Size #Lines LOC

..--

minimal-secure-streams/03-May-2024-579416

minimal-secure-streams-alexa/03-May-2024-1,7481,240

minimal-secure-streams-avs/03-May-2024-1,002761

minimal-secure-streams-client-tx/03-May-2024-346256

minimal-secure-streams-metadata/03-May-2024-531385

minimal-secure-streams-proxy/03-May-2024-401304

minimal-secure-streams-seq/03-May-2024-590443

minimal-secure-streams-sink/03-May-2024-434345

README.mdD03-May-2024574 1510

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