From e1995b83136a6b29c6ca0e1d70ed94f77a328ef8 Mon Sep 17 00:00:00 2001 From: Colton Willey Date: Tue, 23 Jul 2024 09:56:17 -0700 Subject: [PATCH] Update zephyr readme with link to new instructions for Zephyr TLS socket support --- zephyr/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zephyr/README.md b/zephyr/README.md index 098d51c96c..ef0334d117 100644 --- a/zephyr/README.md +++ b/zephyr/README.md @@ -102,3 +102,12 @@ west build -p auto -b qemu_x86 modules/crypto/wolfssl/zephyr/samples/wolfssl_tls west build -t run ``` +## How to setup wolfSSL support for Zephyr TLS Sockets and RNG + +wolfSSL can also be used as the underlying implementation for the default Zephyr TLS socket interface. +With this enabled, all existing applications using the Zephyr TLS sockets will now use wolfSSL inside +for all TLS operations. This will also enable wolfSSL as the default RNG implementation. To enable this +feature, use the patch file and instructions found here: + +https://github.com/wolfSSL/osp/tree/master/zephyr +