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.
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.
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.