Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.51k stars 2.6k forks source link

Start testing the PSA built-in drivers: HMAC #7973

Open gilles-peskine-arm opened 1 year ago

gilles-peskine-arm commented 1 year ago

This is one step on the way to https://github.com/Mbed-TLS/mbedtls/issues/7801 — see the issue for the long-term goal.

The goal of this issue is to set up some testing for the built-in implementation of MAC operations, and in particular cover the size of the output buffer. Generally speaking, use the same strategy as https://github.com/Mbed-TLS/mbedtls/pull/7803:

Follow-up: CMAC

tgonzalezorlandoarm commented 1 year ago

Is the issue going to close itself when the associated PRs are closed?

gilles-peskine-arm commented 1 year ago

Only if the pull request is linked using a keyword in the issue description (or otherwise). Which I guess we should do in the CMAC PR.

tgonzalezorlandoarm commented 1 year ago

Thanks for the info, linked HMAC and CMAC