David Garske
David Garske
Hi @dvzrv , It looks like we provided a solution to this in CMake by adding a new `WARNING_C_FLAGS`. See PR https://github.com/wolfSSL/wolfssl/pull/5683(specifically commit https://github.com/wolfSSL/wolfssl/pull/5683/commits/e48e406def79de91d13199b923091e333368bbb3). CMakeLists.txt: add handling for WARNING_C_FLAGS in...
Retest this please
@lealem47 is going to test it with a customer.
@TakayukiMatsuo , I see PR review feedback that is not yet fixed. Can you provide an update on the status of this PR? Are you planning to push further fixes?...
Hi @mpsuzuki , The -lm math for pow/log is only required for DH is not using the standard DH P/G params. If you add `WOLFSSL_DH_CONST` to your build options `-lm`...
Hi @mpsuzuki , The changes look good. Can you tell us more about your project? Are you planning on making additional PR's? For code contributions we required a signed contributor...
Hi @mpsuzuki , I recommend you email support at wolfssl dot com and provide some additional details and request a contributor agreement. Typically you would sign the contributor agreement yourself....
Hi @job , Does the `/bin/bash` file exist? I'm guessing the scripts are failing because bash isn't found. All our scripts use `#!/bin/bash`. I suspect yours is at `#!/usr/local/bin/bash`. If...
Hi @mrdeep1 , thank you for the bug report @anhu will you please review and fix? Thank you, David Garske, wolfSSL
Hi @Hippeys , Thank you for the report. I am not sure we have the .asm assembly format required for Visual Studio to compile the chacha_asm.S directly. I believe that...