mbedtls/include
Gilles Peskine 868d2524b8 Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC
MBEDTLS_PSA_HMAC_DRBG_MD_TYPE was documented and announced as causing the
PSA DRBG to be HMAC_DRBG. However, that was never actually implemented:
CTR_DRBG is prioritized if enabled.

Since there is a simple workaround of disabling MBEDTLS_CTR_DRBG_C if you
want to use HMAC_DRBG, we have decided to accept the actual behavior and fix
the documentation.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-07-02 16:31:28 +02:00
..
mbedtls Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC 2024-07-02 16:31:28 +02:00
psa Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 2024-03-26 12:25:07 +00:00
.gitignore
CMakeLists.txt