12 Feb
2021
12 Feb
'21
5:06 p.m.
On Fri, 12 Feb 2021, Stephen Casner wrote:
switching mongoose to use wolfSSL would require increasing that set. I'd be happy to try that.
That would be great.
Mongoose has an SSL library abstraction layer, but there certainly will be dragons...
The Espressif reference you cited included a step of switching the ESP-TLS configuration parameter from mbedtls to wolfssl. If Mongoose was going to mbedtls through ESP-TLS, then that configuration might take care of it. But if not, ...
Hmmm, it looks like the documentation on using wolfssl with ESP-IDF assumes the new CMake build system, not the older build system that we are still using for OVMS. You may be right about the dragons. -- Steve