mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Check list for implementing a new mechanism in PSA crypto

Open gilles-peskine-arm opened this issue 2 years ago • 0 comments

When you implement a new algorithm, key type, operation type, or similar feature in the PSA crypto API, there are a number of places to look, not all of them obvious. This is intended as a guide to the typical places.

Based on my memory, grep, https://github.com/Mbed-TLS/mbedtls/pull/5834 and https://github.com/Mbed-TLS/mbedtls/pull/5871.

gilles-peskine-arm avatar Jun 09 '22 15:06 gilles-peskine-arm