gojimmypi

Results 224 comments of gojimmypi

@dpalffy I've been taking a look at your code. Thanks for the updates. It's going to be a bit challenging to merge with my [my WIP branch](https://github.com/gojimmypi/wolfssl/tree/ED25519_SHA2_fix), but those are...

> I ordered an ESP32 board to test on xtensa too, if everything goes well I might get it on Saturday. Awesome! I received another suggestion regarding the 80-character line...

Hello @dpalffy - new answer to this question: > Plans only [for no-install wolfSSH] or anything WiP I could look at? I have an initial wolfssh Espressif "no setup" [cmake...

@bandi13 all good suggestions. See latest update.

This is currently only for CMake projects, such as Espressif. For makefiles, I tried adding this to [configure.ac](https://github.com/wolfSSL/wolfssl/blob/master/configure.ac) at line 8519: ``` AM_CONDITIONAL([BUILD_VERSION],[test "$ENABLED_VERSION" = "yes"]) ``` and this in...

> There has to be a way for this to go in our regular build flow. Not having this be part of configure.ac ... We can always add that later...

I have [some proposed changes](https://github.com/wolfSSL/wolfssl/commit/48dbcedab945a42115757c2fe3e6b3134a4e0e6b), not yet applied here as related to https://github.com/wolfSSL/wolfssl/pull/6123 introspection.