1

(2 replies, posted in wolfSSL)

Hi all,

I know this is a CyaSSL forum, and not an RTOS forum, but I need to update my CyaSSL embedded SSL project from FreeRTOS v7.x to v8.x.
Is there anyone using CyaSSL together with FreeRTOS v8?


Problem I'm facing is related to CyaSSL_CTX_new()/CyaSSLv23_client_method () functions, failing using heap_4.c file of FreeRTOS v8.
It seems to me that CyaSSL_Malloc was not "tested" using last FreeRTOS memory allocators.

My attempts:
- FreeRTOS v7.2.0 + heap_4.c v7.2.0 -> OK
- FreeRTOS v8.0.1 + heap_4.c v8.0.1 -> KO
- FreeRTOS v8.0.1 + heap_4.c v7.2.0 -> OK again!

Target device is a Cortex M3 micro: STM32F1 serie.


Thanks to all
jerry