mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-27 19:21:55 +03:00
Improve the validation of the output from mbedtls_dhm_make_params: * Test that the output in the byte buffer matches the value in the context structure. * Test that the calculated values are in the desired range. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>