Topic: How to upgrade to latest wolfssl library with ECC508 support
Hello:
I'm using wolfssl with Atmel/Microchip ECC508 HW, but I'm not longer able to connect to AWS IoT Core as I'm getting this error;
wolfSSL Leaving DoHandShakeMsgType(), return 0
wolfSSL Leaving DoHandShakeMsg(), return 0
SSL version error
wolfSSL error occurred, error = -326
ERROR: aws_client_mqtt_connect L#618 Error(8) : Failed to TLS connect!
So I guess it's time to updgrade the wolfssl library. However, how should I proceed on this as I see latest release might not have the ECC508 configuration, so dropping the new stack into my project might break the current configuration (using HW accelerator)?
Any help on how to upgrade keeping the current configuration?
Thanks
Gus