espressif / esp-protocols

Collection of ESP-IDF components related to networking protocols
165 stars 115 forks source link

fix(wifi_remote): Do not restrict EPPP config to RSA keys only #575

Closed david-cermak closed 1 month ago

david-cermak commented 1 month ago

Now we can use any kind of certificate and keys, as long as they're in PEM format.

Closes https://github.com/espressif/esp-protocols/issues/570