gojimmypi
gojimmypi
@frankencode check out my latest [components/wolfssl/Kconfig](https://github.com/gojimmypi/wolfssl/blob/ED25519_SHA2_fix/IDE/Espressif/ESP-IDF/examples/esp_http_client_example/components/wolfssl/Kconfig) that you may be interested in using.
Hi @frankencode - that's interesting. I recall some time ago there was a problem with `pthread.h`. I _thought_ that was resolved and addressed in [settings.h](https://github.com/wolfSSL/wolfssl/blob/master/wolfssl/wolfcrypt/settings.h) but I don't see anything...
@frankencode I've not been able to reproduce any compiler errors related to the `#include ` and wolfSSL `SINGLE_THREADED` topic. What version of the ESP-IDF are you using? What, exactly, is...
Hi @jmhodges and thank you for confirming that full TLS 1.3 support is missing. I admit I scratched my head for some time trying to find the problem, thinking perhaps...
@jpbland1 this looks a lot like my code still in development at https://github.com/gojimmypi/osp/tree/dev with a preview PR at https://github.com/gojimmypi/osp/tree/pr-realm-vs2022 (see [PR Preview text](https://github.com/gojimmypi/osp/blob/pr-realm-vs2022/PR_Text.md)). How was this tested? I'm still making...
Update: thanks @julek-wolfssl for the tip on [manually disabling workflows](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow) in a fork. That works, but I found it rather unintuitive. I still think it's a good idea to not...
Jenkins retest this please
## Conditional Updates After a discussion with @bandi13 I've updated _all_ the wolfSSL workflows to conditionally run on: ``` if: github.repository_owner == 'wolfssl' ``` This condition was generally placed between...
regarding the postman failure, this might be related: https://github.com/espressif/esp-idf/issues/16132
Jenkins retest this please