wolfssh/tests
John Safranek 07fcea84d7 tests: bound the first forward parse guard too
The helper states that every bound is a subtraction because adding a
packet-derived length to the index wraps, and its own first guard was
still an addition. It could not wrap, since ParseGlobalRequestName()
already bounded the name, but the mixed forms invite the weaker one into
the next guard added here.

Issue: #1246
2026-09-18 00:01:58 +02:00
..
api.c tests: build the Ed25519 cases without ECDSA 2026-09-17 23:27:22 +02:00
api.h Release v1.4.22 2025-12-29 16:53:33 -08:00
auth.c tests: run the Ed25519 pubkey test without ECDSA 2026-09-17 23:27:22 +02: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 tests: bound the first forward parse guard too 2026-09-18 00:01:58 +02: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 tests: build the Ed25519 cases without ECDSA 2026-09-17 23:27:22 +02:00
unit.h Release v1.4.22 2025-12-29 16:53:33 -08:00