wolfssh/tests
Yosuke Shimizu 673b2d25e7 Report allocated port in tcpip-forward reply
- Reply to a port-0 (dynamic) tcpip-forward with the bound port.
- Add WS_FWD_PORT_CHECK (1024) as the status/port boundary in WS_FwdCbError.
- Callback returns a WS_FwdCbError status below it, the port at or above it.
- DoGlobalRequestFwd reports the port and rejects a port-0 setup with none.
- Map a callback rejection to WS_RESOURCE_E so a no-reply request keeps the link.
- Update the echoserver reference callbacks (examples and Espressif) to
  recover the OS-chosen port with getsockname() and return it under the new
  convention.
- Add regress coverage for the allocated-port and rejection paths.

Issue: F-5573

Co-authored-by: John Safranek <john@wolfssl.com>
2026-06-25 13:27:00 -07:00
..
api.c Reject symlinks in default SCP send callback 2026-06-23 14:37:57 -07:00
api.h
auth.c Add tests for DoUserAuthRequestRsa and DoUserAuthRequestRsaCert 2026-05-27 14:44:10 -07:00
auth.h Add tests for DoUserAuthRequestRsa and DoUserAuthRequestRsaCert 2026-05-27 14:44:10 -07:00
include.am Fix SFTP client states dropping unsent bytes after partial channel send 2026-06-16 11:21:19 -07:00
kex.c Add kex integration test for ed25519 server key 2026-04-16 15:14:42 +09:00
kex.h
regress.c Report allocated port in tcpip-forward reply 2026-06-25 13:27:00 -07:00
sftp.c Add a safe mask for peer-supplied mode and extend wolfSSH_SFTP_Open 2026-06-08 10:01:24 -07:00
sftp.h
testsuite.c Testsuite Update 2026-01-26 16:40:18 -08:00
testsuite.h
unit.c wolfscp: fix ExtractFileName for separator-less paths 2026-06-25 11:15:01 -07:00
unit.h