Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[crypto] Fix CASE on some embedded platforms (project-chip#7948)
Establishing a CASE session requires support for P256Keypair::ECDH_derive_secret() function which was disabled for platforms which define MBEDTLS_ECP_ALT. It is quite common on embedded devices equipped with dedicated crypto chips to provide custom ECP implementations.
- Loading branch information