1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #5139 from mprse/key_der_ecc

PSA: implement key derivation for ECC keys
This commit is contained in:
Manuel Pégourié-Gonnard
2022-03-14 09:17:13 +01:00
committed by GitHub
7 changed files with 555 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
Features
* Add support for psa crypto key derivation for elliptic curve
keys. Fixes #3260.