connectedhomeip icon indicating copy to clipboard operation
connectedhomeip copied to clipboard

[Feature] Initial crypto backend based on PSA crypto API

Open Damian-Nordic opened this issue 2 years ago • 0 comments

Feature description

Add a new crypto backend that implements existing CHIPCryptoPAL interface using PSA crypto API.

PSA crypto API (https://armmbed.github.io/mbed-crypto/html/) is an API that is going to eventually replace legacy mbedTLS functions for cryptographic operations, and allows to isolate firmware components that have direct access to the key material.

Platform

all

Platform Version(s)

No response

Anything else?

No response

Damian-Nordic avatar Oct 14 '22 07:10 Damian-Nordic