Skip to content

Commit

Permalink
PSA support for HMAC_DRBG: changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Nov 14, 2020
1 parent 7ad5b44 commit 219944d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.d/psa-crypto-hmac-drbg.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 219944d

Please sign in to comment.