wolfssh/tests
Yosuke Shimizu cb902fa0f7 ssh: add a rekey-state accessor
- 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.
2026-09-17 15:27:16 +09:00
..
api.c tests: cover the application-driven SCP start 2026-09-15 09:31:16 -07:00
api.h
auth.c
auth.h
include.am
kex.c internal: Refactor and gate ML-DSA composite key handling 2026-09-02 15:35:09 -07:00
kex.h
regress.c ssh: add a rekey-state accessor 2026-09-17 15:27:16 +09:00
sftp.c fix for flags handling, ocsp case, macro guards, unused variable, changed default from MY to required to be set 2026-09-05 01:32:02 -07:00
sftp.h
testsuite.c ssh: add a rekey-state accessor 2026-09-17 15:27:16 +09:00
testsuite.h
unit.c ssh: add a rekey-state accessor 2026-09-17 15:27:16 +09:00
unit.h