mirror of https://github.com/wolfSSL/wolfssh.git
- wolfSSH_RekeyPending() reports whether a key exchange is in flight, returning 0 for a NULL session so a caller may test it directly in a loop condition. - the wolfSSH_worker() block in ssh.h names it as the way to ask, alongside wolfSSH_OutputPending(). - tests/regress.c covers each keying bit alone, both together, and a NULL session for both predicates. - tests/testsuite.c drops its wolfSSH_OutputPending() call; a public function without a WOLFSSH_API prototype fails -Wmissing-prototypes in src/ssh.c, so the call proved nothing the build did not. |
||
|---|---|---|
| .. | ||
| api.c | ||
| api.h | ||
| auth.c | ||
| auth.h | ||
| include.am | ||
| kex.c | ||
| kex.h | ||
| regress.c | ||
| sftp.c | ||
| sftp.h | ||
| testsuite.c | ||
| testsuite.h | ||
| unit.c | ||
| unit.h | ||