openssl / project

Tracking of project related issues
2 stars 1 forks source link

HMAC (& other size limiting) for FIPS 140-3 #239

Open paulidale opened 1 year ago

paulidale commented 1 year ago

This is related to #223 but unlike KMAC, NIST is permitting legacy use with shorter keys/IV for verification only. We don't distinguish the two cases generally.

Refer to SP 800-131Ar2 section 10 which states:

Notes

arapov commented 9 months ago

Investigate; Design; Implement; ref: https://github.com/openssl/project/issues/223