David Garske

Results 356 comments of David Garske

Retest this please

FYI: @farazrbx looks like there is a merge conflict with `wolfssl/wolfcrypt/wc_port.h`.

Contribution approved by Larry.

Hi @15589957397 , See https://github.com/wolfSSL/wolfsm This provides instructions for settings up the SM ciphers. For now the code is in a different public repo. Thanks, David Garske, wolfSSL

Hi @FrontMage , I still don't see where you are indicating use of libwolfssl in your gcc call: ` gcc ech_cloudflare.c`. Can you try adding `-lwolfssl`? The typical way to...

Hi @FrontMage , The error `ASN_NO_SIGNER_E = -188, /* ASN no signer to confirm failure */` indicates you do not have a CA loaded to validate the peer. If you...

Hi @FrontMage , You did not properly set the verify callback option. Either use `wolfSSL_set_verify(ssl...` or set it before the call to `wolfSSL_new(ctx)`. You set it at the WOLFSSL_CTX after...