Page 1 of 1

OpenSSL / Version in latest esp-idf

Posted: Tue Mar 12, 2019 10:44 am
by ICONDev
Hello,

Looks like the esp-idf contains an elder Version of the OpenSSL lib, contained in the esp-idf.
ssl.h of the current idf-version misses a lot of definitions, like all # define SSL_OP_... definitions, which are contained in newer versions.
So it is not possible to compile the mongoose library with the latest idf with enabled SSL.

Is there a reason why the OpenSSL is not updated for such a long time, or is there a workarround to get mongoose compiled to use https?


Thanks

Re: OpenSSL / Version in latest esp-idf

Posted: Tue Mar 12, 2019 12:01 pm
by WiFive