David Garske
David Garske
@lealem47 Jacob says he has some duplicate work in PR https://github.com/wolfSSL/wolfssl/pull/5213 that needs cleaned up and it will help out this PR. Please sync with @JacobBarthelmeh
Hi @vuvova , Our RC4 is disabled by default in ./configure, but you are right if providing build options manually `NO_RC4` must be defined. ``` ./configure --help | grep rc4...
Hi @vuvova , Thank you for this report. I've put up a PR #4260 to resolve this. Let me know if you see any issues. Thanks, David Garske, wolfSSL
Hi @argold97 , thanks for the bug report. We will take a look this and fix. Is there a certificate or website you are using to test against that you...
Hi @oaugustocezar , Your code and build settings look fine. What is the TLS server you are connecting to and do you have the logs from it? I don't see...
Hi @oaugustocezar , I wanted to check in and see if you were able to resolve the Arduino ESP8266 issues? Let us know if you need any further assistance. Thanks,...
retest this please
@darktohka : ``` Testing: ./configure --enable-all Running: make check make[2]: warning: -j5 forced in submake: resetting jobserver mode. tests/api.c:40013:10: error: unused variable 'ret' [-Werror,-Wunused-variable] int ret; ^ tests/api.c:40051:14: error: variable...
Jenkins test this please
Hi @ StMartin81, Thank you so much for your contribution to our CMake! These changes look very good. I'm asking @haydenroche5 to review these. In the mean time we'd like...