Paul Martinsen

Results 22 comments of Paul Martinsen

Hi, I hit this same problem today and modified setup_win.bat to work with paths that contains spaces. I note that Espressif doesn't like spaces, but can confirm it does work...

Hi @kareem-wolfssl ; I don't see any issues. Will be good to get this incorporated.

Hi @gojimmypi , it sounds like @kareem-wolfssl added these changes to [#PR6181 ](https://github.com/wolfSSL/wolfssl/pull/6181), which has already been merged. So I think this one might be orphaned? Is that right @kareem-wolfssl...

Thanks @gojimmypi . I was a little worried reporting the problem with so little info, but some very helpful suggestions there as always so I'm glad I did. I'm using...

Hi @gojimmypi , Just confirming I do not see the cross-task crash if I disable hardware acceleration (that is `NO_ESP32_CRYPT`, `NO_WOLFSSL_ESP32_CRYPT_RSA_PRI`, `NO_WOLFSSL_ESP32_CRYPT_HASH` and `NO_WOLFSSL_ESP32_CRYPT_AES` defined in `user_settings.h`). Currently I don't...

Quick update: I tried [PR6624](https://github.com/gojimmypi/wolfssl/tree/Espressif_HW_Math), but the cross-task crashing problem with hardware acceleration enabled still occurs in that branch unfortunately.

Hi @gojimmypi . Turns out it is an id10t programmer error. While building a example to demonstrate I noticed I'd failed to call `wc_ShaFree` after [setting a server id](https://github.com/wolfSSL/wolfssl/issues/6637) for...

Hi @gojimmypi . It looks like I jumped to conclusions closing this one. The problem resurfaced when I tidied up my fix and remains persistent. I haven't been able to...

@gojimmypi , removing the jtag driver & letting VisualGDB install a new one resolved the debugging issue for me. Sometimes the simple solutions are best. This let me look into...

> Please confirm if you are sharing a WOLFSSL_CTX *ctx or WOLFSSL *ssl or both between FreeRTOS tasks. The `WOLFSSL_CTX` is only being used by me from the connect task....