wolfssh/tests
John Safranek 7bb39b63e7 internal: re-find the channel after the callback
The generic channel request callback may free the channel it was handed,
so DoChannelRequest() looks it up again before the type handling reads
it. Gone, the request ends there, and a reply the peer wanted fails on
the missing channel the way one after a typed session callback does.

- ssh.h says the callback may free its channel and what the request does
  from there
- regress.c frees the channel from the callback on each of the three
  answers, and on a pty-req, the type that wrote to the channel outside
  a session request
2026-09-15 15:27:16 -07:00
..
api.c tests: cover the application-driven SCP start 2026-09-15 09:31:16 -07:00
api.h Release v1.4.22 2025-12-29 16:53:33 -08:00
auth.c examples, tests: terminate the ES_ERROR messages with a newline 2026-08-28 18:22:34 -05:00
auth.h added check for private and public keys decoded 2026-07-31 16:14:52 -07:00
include.am client: fix keyboard-interactive responses 2026-08-10 10:31:07 -06:00
kex.c internal: Refactor and gate ML-DSA composite key handling 2026-09-02 15:35:09 -07:00
kex.h Release v1.4.22 2025-12-29 16:53:33 -08:00
regress.c internal: re-find the channel after the callback 2026-09-15 15:27:16 -07: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 Release v1.4.22 2025-12-29 16:53:33 -08:00
testsuite.c ssh, apps, examples: take the worker's status from its return 2026-09-14 10:40:48 -07:00
testsuite.h Release v1.4.22 2025-12-29 16:53:33 -08:00
unit.c internal: commit a session only once accepted 2026-09-14 14:48:15 -07:00
unit.h Release v1.4.22 2025-12-29 16:53:33 -08:00