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
[ADDED] Verify that only approved hash functions are used for general cryptographic use cases, including digital signatures, HMAC, KDF, and random bit generation.
✓
✓
6.6.3
[ADDED, SPLIT FROM 6.2.5] Verify that cryptographic systems avoid the use of disallowed hash functions, such as MD5, SHA-1, or any other insecure hash functions, for any cryptographic purpose.
✓
✓
✓
A disapproved hash function cannot be approved right? So if we check that they are approved, we also check they are not disallowed?
By the way should be say "cryptographic hash functions" everywhere. For example, SipHash might very well be an approved hash function but is not an approved cryptographic hash functions. (Sure, we are in the cryptography chapter but still …).
The text was updated successfully, but these errors were encountered:
6.6.1 and 6.6.3 look very much the same to me:
A disapproved hash function cannot be approved right? So if we check that they are approved, we also check they are not disallowed?
By the way should be say "cryptographic hash functions" everywhere. For example, SipHash might very well be an approved hash function but is not an approved cryptographic hash functions. (Sure, we are in the cryptography chapter but still …).
The text was updated successfully, but these errors were encountered: