net: sockets: tls: Use secure random generator from Zephyr
Zephyr has introduced secure random generator API after the TLS sockets were implemented. Use this new API in TLS sockets implementation, instead of implementing secure RNG with mbedTLS in the module itself. This facilitates integration of the HW RNG accelerators with the TLS sockets module. Signed-off-by:Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no> Signed-off-by:
Robert Lubos <robert.lubos@nordicsemi.no>
Loading
Please sign in to comment