mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 17:12:00 +02:00
In the test generate_random, focus on testing that psa_generate_random is writing all the bytes of the output buffer and no more. Add a check that it is writing to each byte of the output buffer. Do not try to look for repeating output as the structure of a unit test isn't likely to catch that sort of problem anyway.