mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 18:20:59 +00:00
Add docs/use-psa-crypto.md
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
7358065203
commit
00b72fc35f
19
docs/use-psa-crypto.md
Normal file
19
docs/use-psa-crypto.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
This document describes the compile-time configutation option
|
||||||
|
`MBEDTLS_USE_PSA_CRYPTO`: its current effects as well as some design
|
||||||
|
considerations and plans for the future.
|
||||||
|
|
||||||
|
Current effects
|
||||||
|
===============
|
||||||
|
|
||||||
|
(To be written.)
|
||||||
|
|
||||||
|
Parts that are not affected yet
|
||||||
|
===============================
|
||||||
|
|
||||||
|
(To be written.)
|
||||||
|
|
||||||
|
Design considerations
|
||||||
|
=====================
|
||||||
|
|
||||||
|
(To be written.)
|
||||||
|
|
|
@ -2119,6 +2119,9 @@
|
||||||
* will still continue to work as usual, so enabling this option should not
|
* will still continue to work as usual, so enabling this option should not
|
||||||
* break backwards compatibility.
|
* break backwards compatibility.
|
||||||
*
|
*
|
||||||
|
* \note See docs/use-psa-crypto.md for a complete description of what this
|
||||||
|
* option currently does, and of parts that are not affected by it so far.
|
||||||
|
*
|
||||||
* \warning The PSA Crypto API is in beta stage. While you're welcome to
|
* \warning The PSA Crypto API is in beta stage. While you're welcome to
|
||||||
* experiment using it, incompatible API changes are still possible, and some
|
* experiment using it, incompatible API changes are still possible, and some
|
||||||
* parts may not have reached the same quality as the rest of Mbed TLS yet.
|
* parts may not have reached the same quality as the rest of Mbed TLS yet.
|
||||||
|
|
Loading…
Reference in a new issue