David Garske
David Garske
Hi @lygstate , See these: https://github.com/wolfSSL/wolfssl/tree/master/examples/configs https://github.com/wolfSSL/wolfssl/blob/master/IDE/GCC-ARM/Header/user_settings.h Thanks, David Garske, wolfSSL
Hi @lygstate , So you would like to see the IDE/GCC-ARM/Header/user_settings.h in the `examples/configs` dir? That sounds good to me and I will put up something soon and post here....
I put up a PR with some additional user_settings.h examples here: https://github.com/wolfSSL/wolfssl/pull/4110
@guidovranken , if you build with `WOLFSSL_PUBLIC_ECC_ADD_DBL` defined the `ecc_map` is made public. I think we should also change `ecc_projective_add_point_safe` to `ECC_API`. @JacobBarthelmeh perhaps the release PR put up for...
Sorry it closed automatically with the PR merge. I'll keep this open for @SparkiDev to review.
With SP math did you enable 4096-bit support using `WOLFSSL_SP_4096`? If cross compiling this may not get set with `--enable-sp` unless you do `--enable-sp=yes,4096 --enable-sp-math`.
FYI: We did add support for this using a build option to enable secret callback `HAVE_SECRET_CALLBACK`. Enables a callback function for the derived secrets: Example: https://github.com/wolfSSL/wolfssl-examples/tree/master/tls#tls-v13-wireshark-logging https://github.com/wolfSSL/wolfssl-examples/blob/master/tls/client-tls13.c#L52 Make sure you...
retest this please
retest this please
@SparkiDev pulled latest PR 5152 I am still seeing the same issues: ``` ./configure -host=armv7a --enable-armasm --enable-debug --disable-shared CFLAGS="-fomit-frame-pointer -DWOLFSSL_ARM_ARCH_NEON_64BIT" && make ... gdb ./tests/unit.test ... Program received signal SIGBUS,...