From e1d5b07304592c9b423cc2c90d93fa250dd60828 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 6 Jul 2023 13:13:43 +0200 Subject: [PATCH] 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 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index fe49659cbe..ae660465b6 100644 --- a/README.md +++ b/README.md @@ -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):