John Safranek
John Safranek
Using a trusted peer certificate skips all checking, including the signature. Since you are using a self-signed certificate, the signature on the certificate is checked, hence the delay. Is this...
Is it possible to share the test application that illustrates the issue?
The example server isn't exactly a full fledged server. It is trying to allow one connection and then will only recvfrom that single IP tuple. The function `DoClientHello` should definitely...
I believe that wolfSSL is misbehaving here, but not in the way you are describing. I believe that wolfSSL should be ignoring the client hello with the message_seq number of...
What's your wolfSSL configuration?
Make sure you have wolfSSL built with the `--enable-ssh` option in configure. It sets the the WOLFSSL_PUBLIC_MP flag which should add those missing functions to the wolfSSL public API.
@BrianAker is using the Homebrew install of wolfSSL which doesn't enable the wolfSSH build option. wolfSSH currently needs the mp_int public interface for an ECDSA signature check. It doesn't, it...
I tested #475 with a copy of wolfSSL with public-MP disabled. It built fine. When I used the Homebrew install of wolfSSL, I had to fix a warning about an...
We haven't gotten around to it. There hasn't been much call for it yet. It is on the roadmap.