You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default DRBG is the one that has the highest priority. The priority
is defined based on the order of the list drbg_cores[] where the highest
priority is given to the last entry by drbg_fill_array.
With this patch the default DRBG is switched from HMAC SHA256 to HMAC
SHA512 to support compliance with SP800-90B and SP800-90C (current
draft).
The user of the crypto API is completely unaffected by the change.
Signed-off-by: Stephan Mueller <[email protected]>
Acked-by: simo Sorce <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
This changes the default DRBG back to HMAC SHA256 as more
processors have hardware acceleration for this algorithm.
Approved by the lab.
Signed-off-by: Jeremy Allison <[email protected]>
0 commit comments