1

(3 replies, posted in wolfSSL)

Hi

Yes, it's an STM32CubeIDE project on the Nucleo F429ZI development board. I've configured wolfSSL and wolfIP via CubeMX.

2

(3 replies, posted in wolfSSL)

I'm experimenting with using wolfSSL and wolfIP. When calling wolfSSL_connect() I get a failure with the log message "Your IO Send callback is null, please set".

I can see this is something to do with wolfSSL_SetIOWriteCTX(), but I'm not entirely sure what value to use - I'm a novice with wolfSSL.

Are there specific values I should set to link the two components together?