7 years, 2 months ago.

wolfSSL library with LPC4088

Hello everyone,

I tried to use MQTTS with my mbed LPC4088 but I'm facing some issues with the wolfSSL library. I downloaded the "HelloMQTTS" program initially written for FRDM-K64F. I read my CA certificate from a SD card but when I try to compile I get an error: "Identifier "wolfSSL_CTX_load_verify_locations" is undefined" in the MQTTSocket.h file, but this function is correctly defined in the ssl.h and ssl.c files of the wolfSSL library.

Since I use LPC4088, do I need to change something in the library to use it?

Any help is welcome! Regards, Marine

Hi

What version of the mbed library are you using? :)

Regards,

Andrea, team mbed

posted by Andrea Corrado 03 Mar 2017

Hi,

I'm using the last version of Wolf SSL library (12 July 2016), I just downloaded the program two weeks ago.

Thanks for your help :) Marine

posted by Marine C. 03 Mar 2017

@marine c.

wolfSSL is a different product than mbedTLS. For questions about wolfSSL please contact support@wolfssl.com or use the wolfSSL forums here: https://www.wolfssl.com/forums/

posted by Kaleb Himes 06 Mar 2017
Be the first to answer this question.