Gilles Peskine bd57d52490 DRBG: make reseed_counter not be off by 1
Change `reseed_counter` to be the number of requests made since the last
reseed, rather than this number minus 1. Thus, reseed when
`reseed_counter >= reseed_interval` rather than
`reseed_counter > reseed_interval`. The field `reseed_counter` is private so
this is not an API change.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2026-03-04 17:54:56 +01:00
..
mbedtls DRBG: make reseed_counter not be off by 1 2026-03-04 17:54:56 +01:00
psa New function psa_random_reseed() 2026-03-04 17:54:56 +01:00
.gitignore Rename include directory to mbedtls 2015-03-10 11:23:56 +00:00
CMakeLists.txt Use GNUInstallDirs CMAKE_INSTALL_INCLUDEDDIR path for headers installation 2025-10-23 11:37:58 +02:00