David Garske

Results 356 comments of David Garske

Hi @FrontMage , That's a socket error `SOCKET_ERROR_E = -308, /* error state on socket */`. It means the peer closed the connection. You can enable debugging to see what...

Hi @FrontMage , You add it when building the wolfSSL library. So in your example above use `./configure --host=aarch64-apple-darwin --enable-debug`. The `wolfSSL_Debugging_ON()` API comes from logging.c, so you might need...

Hi @FrontMage , Can you share your full example so we can try to reproduce? @jpbland1 can you review this?

Hi @NomanNasirMinhas , Please let us know if the fixes in https://github.com/wolfSSL/wolfssl/pull/7109 resolve this issue. Thanks, David Garske, wolfSSL

Hi @FrontMage , This looks just like our example at https://github.com/wolfSSL/wolfssl-examples/blob/master/tls/client-ech.c. I can reproduce `% ./client-ech -1 -313`. I suspect something changes since we wrote the example. Possibly the certificate...

Hi @FrontMage , @jpbland1 is still investigating the issue and will provide an update soon. He's confirmed something did change with CloudFlare's server causing the ECH illegal_paramter issue. Thanks, David...

@philljj please work with @jpbland1 to assist with this. Thanks

You have merge conflict. You did not ask for a re-review or assign to anyone else...

@tmael or @jpbland1 please rebase to resolve merge conflicts. Please assign over to wolfssl-bot to review when ready.

@jpbland1 is going to review and give this a try.