David Garske

Results 356 comments of David Garske

Hi @hobik , A couple things: 1) Make sure you are not building for wolfCrypt only `WOLFCRYPT_ONLY`. If you are then you would use `wolfCrypt_Init()` and `wolfCrypt_Cleanup` instead. 2) With...

Hi @hobik , If you define `WOLF_CONF_WOLFCRYPT_ONLY` then the TLS code is disabled. If you need TLS you must set `WOLF_CONF_WOLFCRYPT_ONLY = 0`. Also now you are including both `user_settings.h`...

@darktohka `./configure --enable-all && make check` is failing the `scripts/unit.test`.

@JacobBarthelmeh : I wanted to let you know I am looking at this work for a customer along with wolfBoot integration.

FYI: From forum case: https://www.wolfssl.com/forums/topic1581-generate-csr-on-arduino-incomplete-type-struct-tm.html

Thanks @JamesMenetrey , for your work on this. We will review.

Hi @JamesMenetrey would you be willing to sign a contributor agreement? If so please email [email protected] and we will share the document to sign. These changes are excellent. Another engineer...

Hi @chandruscm and @joicepj11, I wanted to check in and see how things are going with this issue. Please let us know if you have any further issues. Thanks, David...

Hi @Breeze-Wu , The default DH implementation in wolfSSL uses the std math lib `-lm`. However if you build wolfSSL with `WOLFSSL_DH_CONST` it will use internal math. Example build wolfSSL...