Topic: Understanding wolfSSL library
Hello All:
I'm trying to understand wolfSSL library and after reading user manual where it explains how to change an application to use it, and basically says the application should replace the read() and write() functions with wolfSSL_read() and wolfSSL_write() ; I'm wondering how those new functions are reaching the read() and write() functions that ultimately transmit/receive the data.... I mean, is there any callback that sets in initialization or how does it work?
Thanks
Gus