1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/minimal-examples
Andy Green dd1e07b28a ss: hello_world uses default policy
This switches the current hello_world to be hello_world-policy now,
and hello_world is simplified to use the __default policy without any
explicit policy of its own.

Using the default policy means it relies on the system tls library to
validate the tls connections using system trust arrangements, that won't
work in cases where the configured tls library does not have its own trust
store.
2022-02-22 14:37:10 +00:00
..
client ss: hello_world uses default policy 2022-02-22 14:37:10 +00:00
embedded esp32-c3dev: remove stray ssd1306 copy 2021-10-29 15:41:52 +01:00
server/hello_world cmake: bring tls include requirement out as PUBLIC 2021-10-28 08:12:48 +01:00
ssproxy cmake: bring tls include requirement out as PUBLIC 2021-10-28 08:12:48 +01:00
CMakeLists.txt examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01:00
README.md examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01:00

minimal-examples

These are examples using the high-level Secure Streams features of lws.

There are lower-level examples in ./minimal-examples-lowlevel that cover more usecases. However the capability of Secure Streams is continuing to cover more cases and it is quite a bit simpler to use.