wolfssh/tests
John Safranek afedde7a1d Fix Potential Double Free
Static analysis indicated the potential to double-free a pointer in the
`wolfSSH_CTX_UseCert_buffer()` test. Loading the second cert after
freeing the first cert could fail and the test cleanup would free the
pointer again. Just set pointer to null after freeing.
2026-04-22 10:27:06 -07:00
..
api.c Fix Potential Double Free 2026-04-22 10:27:06 -07:00
api.h Release v1.4.22 2025-12-29 16:53:33 -08:00
auth.c Add auth tests to verify cases of invalid/unknowen return value 2026-04-22 08:32:24 -07:00
auth.h Add an integration test where a client authenticates using public key 2026-04-14 09:16:21 +09:00
include.am Add unit test for VerifyMac 2026-04-14 09:23:14 +09:00
kex.c Add kex integration test for ed25519 server key 2026-04-16 15:14:42 +09:00
kex.h Release v1.4.22 2025-12-29 16:53:33 -08:00
regress.c Merge pull request #923 from yosuke-wolfssl/f_2484 2026-04-21 09:46:43 -07:00
sftp.c Add lcd and lls commands 2026-04-10 12:51:58 -07:00
sftp.h Release v1.4.22 2025-12-29 16:53:33 -08:00
testsuite.c Testsuite Update 2026-01-26 16:40:18 -08:00
testsuite.h Release v1.4.22 2025-12-29 16:53:33 -08:00
unit.c Add unit test for wolfSSH_RsaVerify 2026-04-22 08:25:13 -07:00
unit.h Release v1.4.22 2025-12-29 16:53:33 -08:00