gojimmypi
gojimmypi
[Here](https://github.com/espressif/esp-idf/blob/8464186e67e34b417621df6b6f1f289a6c60b859/docs/en/api-reference/system/ota.rst#app-rollback) is further evidence that the `CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y` is the root cause of the JTAG programming difficulties:  I wonder if the JTAG reset to program the device causes this rollback...
a years-late reply, but heads up I've taken the [wolfSSH server example](https://github.com/wolfSSL/wolfssl/tree/master/examples/server) and built a [wired or wireless SSH to UART Server](https://github.com/gojimmypi/wolfssh/tree/ESP32_Development/examples/ESP32-SSH-Server). I have a [blog](https://gojimmypi.github.io/SSH-to-ULX3S-ESP32/) that discusses some of...
Hi @frankencode and thank you for your interest in wolfssl. Please note that this [espressif/esp-wolfssl](https://github.com/espressif/esp-wolfssl) is stale and not managed by wolfssl as mentioned in https://github.com/espressif/esp-idf/pull/13618#issuecomment-2058148457. We'd like to invite...
@frankencode Hi Frank! > I need to have wolfSSL work as a proper esp-idf component. Ah yes, have you tried copying the wolfssl component directory to the ESP-IDF directory? For...
Hi @frankencode Thank you so much for the details. > it is missing the Kconfig providing the TLS_STACK_WOLFSSL variable I'll definitely get that fixed right away. >> In the components...
@frankencode Hi Frank - First, regarding websockets, check out https://github.com/wolfssl/osp, in particular [wolfSSL/osp/websocketpp](https://github.com/wolfSSL/osp/tree/master/websocketpp). I do not personally have any experience with that, but let me know if you are interested...
Hi @frankencode - there will be an increased effort at improving the wolfSSL integration with the Espressif ESP-IDF. I've opened this anchor issue https://github.com/espressif/esp-idf/issues/13966 to track progress.
@zhy2020 my apologies for missing this. Have you made any progress? If not, I'll try to take a look this week. In the meantime: you'll get a much quicker response...
@zhy2020 is it possible for you to share your `ecc_key my_private_key` `my_public_key[65]` and `other_pub_key` values used in the example above? If you don't want to post them here, perhaps you...
Hello @zhy2020 and thank you for the additional details. I've created a [sample app](https://github.com/gojimmypi/wolfssl/tree/ED25519_SHA2_fix/IDE/Espressif/ESP-IDF5/examples/wolfssl_esp_21) and have confirmed the `-170` error you are seeing:  It appears the value being passed...