mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:25:42 +01:00
PSA support for HMAC_DRBG: changelog entry
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
ed03890281
commit
68cc434c11
5
ChangeLog.d/psa-crypto-hmac-drbg.txt
Normal file
5
ChangeLog.d/psa-crypto-hmac-drbg.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Features
|
||||
* The PSA crypto subsystem can now use HMAC_DRBG instead of CTR_DRBG.
|
||||
CTR_DRBG is used by default if it is available, but you can override
|
||||
this choice by setting MBEDTLS_PSA_HMAC_DRBG_MD_TYPE at compile time.
|
||||
Fix #3354.
|
Loading…
Reference in New Issue
Block a user