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

PBKDF2 using CMAC feature support #741

Open chshu opened 7 years ago

chshu commented 7 years ago

Current mbedtls seems only support PBKDF2[rfc2898] using HMAC, but does not support PBKDF2 using CMAC. And I also noticed that AES-CMAC-128-PRF is already available.

May I ask that do you have any plan to support PBKDF2 using CMAC (AES-CMAC-128-PRF)? Thanks.

simonbutcher commented 7 years ago

We have no immediate plans to implement this in the core team, but we'd be open to community contributions to do this.

cc: @yanesca