John Safranek

Results 7 issues of John Safranek

Fixes listing the contents of C:\ on Windows when running the wolfSFTP server. (ZD 14607, but they are using Nucleus)

1. Found some issues in some of the compiler guards for the key agreement functions. 2. Broke the key agreement out into separate functions to make the jumbo Kex functions...

Update wolfSSH to use wolfCrypt's static memory allocation pools. Most of wolfSSH already passes around a heap value that is passed into the WOLFSSH_CTX as a NULL. The echoserver and...

This set of commits changes how the server code handles a connection accept and channel opening. Originally, opening a channel is part of the accept state machine. The server code...

Add support for ED25519 server authentication and user authentication. Supersedes PR #555.

Add a set of callback function hooks for various steps in the creation of a channel. These include: * Channel Open * Channel Open Confirm * Channel Open Failure *...

1. Improved the checking the appropriateness of messages depending on the state. 2. Added explicit checking for specific messages when appropriate. 3. Added a regression test that checks for specific...