Skip to content

Commit

Permalink
Merge pull request #7780 from ColtonWilley/update_zephyr_readme
Browse files Browse the repository at this point in the history
Update zephyr readme
  • Loading branch information
dgarske authored Jul 24, 2024
2 parents d0782a9 + e1995b8 commit 97dcf12
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zephyr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97dcf12

Please sign in to comment.