mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-19 13:20:50 +00:00
Link to the guide for writing a driver
Don't link to the proposed specifications: they aren't good entry points because they describe what we want to achieve, not what exists today. The guide links to them, that's enough. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
17467c59b2
commit
e1d5b07304
@ -297,11 +297,7 @@ The X.509 and TLS code can use PSA cryptography for most operations. To enable t
|
||||
|
||||
Mbed TLS supports drivers for cryptographic accelerators, secure elements and random generators. This is work in progress. Please note that the driver interfaces are not fully stable yet and may change without notice. We intend to preserve backward compatibility for application code (using the PSA Crypto API), but the code of the drivers may have to change in future minor releases of Mbed TLS.
|
||||
|
||||
Driver-related documentation is a work in progress. The following documents describe the end goal; note that the current implementation may not be up-to-date.
|
||||
|
||||
* [Driver interface specification](docs/proposed/psa-driver-interface.md)
|
||||
* [Driver developer's guide](docs/proposed/psa-driver-developer-guide.md)
|
||||
* [Driver integration guide](docs/proposed/psa-driver-integration-guide.md)
|
||||
Please see the [PSA driver example and guide](docs/psa-driver-example-and-guide.md) for information on writing a driver.
|
||||
|
||||
When using drivers, you will generally want to enable two compilation options (see the reference manual for more information):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user