EmbAJAX
EmbAJAX copied to clipboard
HTTPS server implementation
Any plans to implement for the BearSSL secure webserver?
That's definitely something that should go into the library, but it will be best not to rely on my plans for it. AFAICS, the BearSSL::ESP8266WebServerSecure is modeled to be a drop-in replacement for ESP8266WebServer. Take a look at EmbAJAXOutputDriverESP8266.h (which is just a few defines, really). Should that not be good enough, see EmbAJAXOutputDriverESPAsync.h for an example of a custom output driver. It's really just a thin wrapper around a few basic API calls.
The most work will be the testing, I assume. If you arrive at something, I'll be happy to include it in EmbAJAX.