mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
6 lines
303 B
Text
6 lines
303 B
Text
Features
|
|
* Support for "opaque" (PSA-held) ECC keys in the PK module has been
|
|
extended: it is now possible to use mbedtls_pk_write_key_der(),
|
|
mbedtls_pk_write_key_pem(), mbedtls_pk_check_pair(), and
|
|
mbedtls_pk_verify() with opaque ECC keys (provided the PSA attributes
|
|
allow it).
|