mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Update zephyr readme with link to new instructions for Zephyr TLS socket support
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user