Files
mbedtls/tests
David Horstmann ff51a1a176 Initialize verify_result in session free
Initialize the verify_result field in mbedtls_ssl_session_free().
Previously we were just zeroising the entire session object, which would
yield a default 'success' value if the same object were reused.

Test that this initialisation is actually happening by setting
verify_result manually to zero and calling mbedtls_ssl_session_free() on
the session before checking its value.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
2026-02-05 14:31:46 +00:00
..
2025-08-01 11:45:14 +01:00
2023-11-03 12:21:36 +00:00
2026-01-22 10:23:03 +01:00
2023-11-03 12:21:36 +00:00
2023-11-03 12:21:36 +00:00