gojimmypi

Results 215 comments of gojimmypi

Hi @zhy2020 - I've updated my [demo app](https://github.com/gojimmypi/wolfssl/blob/ED25519_SHA2_fix/IDE/Espressif/ESP-IDF5/examples/wolfssl_esp_21/main/main.c) that seems to be working a bit better. I found the key to success is to use the [wc_ecc_check_key](https://www.wolfssl.com/documentation/manuals/wolfssl/group__ECC.html#function-wc_ecc_check_key). The demo app...

Hi @zhy2020 I've continued to work on a working example, but I don't quite have it completed yet. Are you still getting the same [ECC_BAD_ARG_E = -170, /* ECC input...

Hi @zhy2020 I've not had a chance to look at this, but I'm wondering about your memory utilization? Have you checked heap & stack and available memory? For instance, an...

Hi @zhy2020 - if using the VisualGDB extension, the `heap` and `stack` terms can be searched: ![image](https://user-images.githubusercontent.com/13059545/235198928-1b941af3-ebc6-4233-9c74-0add129130ae.png) ![image](https://user-images.githubusercontent.com/13059545/235199136-2b2c8a03-bdd2-409d-83bd-a7ea72714081.png) If using the command-line [idf.py](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-py.html) (`idf.py menuconfig`), the heap settings can be...

Hi @LizardM4 have you seen the [latest wolfssl examples](https://github.com/wolfSSL/wolfssl/tree/master/IDE/Espressif/ESP-IDF/examples)? I recently added a feature that allows just a single [CMakeLists.txt](https://github.com/wolfSSL/wolfssl/blob/master/IDE/Espressif/ESP-IDF/examples/wolfssl_test/components/wolfssl/CMakeLists.txt) file in the local project `./components/wolfssl/` directory. The respective `user_settings.h`...

Hi @LizardM4 thanks so much for your feedback! That's a great idea! I've created https://github.com/wolfSSL/wolfssl/issues/6118 to track this in the wolfSSL repo. That's an interesting observation about the `ESP-TLS` and...

@LizardM4 That sounds like a very cool project! Thank you for the suggestion on having an API to convert Ed25519 keys to Curve25519 keys. I checked and confirmed that feature...

hi @diplfranzhoepfinger - that's correct. The ESP Component Registry is definitely much easier to get started and has more recent wolfSSL code. You can also download and use wolfSSL directly:...

Hi @AdityaHPatwardhan and thank you for the explanation. > any component in esp-idf should not depend on a component in the IDF component manager. I completely agree. That's why I...

@igrr thank you! What can I do to help make the wolfSSL component integration seamless and effective? @AdityaHPatwardhan no worries at all. I think we all have the same objective:...