gojimmypi

Results 215 comments of gojimmypi

I'm working on updated [Espressif Managed Components for wolfSSL](https://components.espressif.com/components?q=namespace:wolfssl) and confirmed this error, at least for somewhat recent versions of the [wolfSSH component on my staging namespace](https://components-staging.espressif.com/components/gojimmypi/mywolfssh/versions/1.4.19-preview1b). I'll be sure...

For reference: @Suphappy is correct regarding the missing `#define WOLFSSL_WOLFSSH`. Although [ESP_ENABLE_WOLFSSH](https://github.com/wolfSSL/wolfssh/blob/759bcbd36a782ca59adac1b4bfccfc3761f04519/ide/Espressif/ESP-IDF/examples/wolfssh_echoserver/CMakeLists.txt#L36) is set in the project `CMakeLists.txt`, the respective [#ifdef ESP_ENABLE_WOLFSSH](https://github.com/wolfSSL/wolfssh/blob/759bcbd36a782ca59adac1b4bfccfc3761f04519/ide/Espressif/ESP-IDF/examples/wolfssh_echoserver/components/wolfssl/include/user_settings.h#L43) section in the `user_settings.h` is missing the `#define...

@embhorn yes, I believe so, but probably best if confirmed by @Gato-X and/or @Suphappy Please see the Managed Components recently published: wolfSSH v1.4.20 https://components.espressif.com/components/wolfssl/wolfssh/versions/1.4.20 wolfSSL v5.7.6 https://components.espressif.com/components/wolfssl/wolfssl/versions/5.7.6 (includes post-release changes...

Hi @AchimPieters Thank you again for all your help in getting wolfSSL working well with your awesome [ESP32 Apple HomeKit examples](https://github.com/AchimPieters/esp32-homekit-demo/tree/main/examples). Not only is that a cool project, but your...

Hi @AchimPieters , no, not yet. Sorry for the delay. I've been working on improving the esp-tls with wolfSSL in #7936. See also the related `settings.h` [changes](https://github.com/wolfSSL/wolfssl/pull/7936/files#diff-9efb2cca94d744438b9691461eb2bf010ecf7b2e9a6e24c8d6fd7872a663197a) there. If you...

Hi @M10tech and thank you for your feedback! Yes, you have some completely valid and accurate points. > managed components are no longer git aware of their own, but become...

Hi @AchimPieters - many Espressif updates where included in the latest [wolfSSL 5.7.4 Release](https://www.wolfssl.com/wolfssl-5-7-4-release/), however I did not have time to determine if all the of the desired Apple HomeKit...

Hi @AchimPieters - have you had a chance to test the 5.7.4 release? Please let me know if there's anything outstanding for this issue. I recently published another update: [wolfssl...

Hi @AchimPieters > it looks like wolfSSL is working out of the box on most ESP platforms, including ESP32, ESP32C3, ESP32C5, ESP32C6, ESP62C61, ESP32S2, and ESP32S3. YAY! > I also...

wolfSSL is also supported as a Managed Component: https://components.espressif.com/components/wolfssl/wolfssl There's an example of a flexible `CMakeLists.txt` for wolfSSL in the [template example](https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF/examples/template/components/wolfssl), including a [user_settings.h](https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/examples/template/components/wolfssl/include/user_settings.h) file. See https://github.com/espressif/esp-idf/issues/13966