aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-03-09 19:37:46 +0100
committerGilles Peskine <Gilles.Peskine@arm.com>2020-03-09 19:37:46 +0100
commit260b31d3e051f7a607362df3e663e89b413799f2 (patch)
tree4cc0c66c9ee97873cf3fd05c900b422185a58ade /README.md
parentf6917cc26bc9f7a6fb1932302f2e880795c2e276 (diff)
downloadmbedtls-260b31d3e051f7a607362df3e663e89b413799f2.zip
mbedtls-260b31d3e051f7a607362df3e663e89b413799f2.tar.gz
mbedtls-260b31d3e051f7a607362df3e663e89b413799f2.tar.bz2
Don't use the PSA specification as Mbed TLS documentation
The Doxygen-generated manual includes PSA interfaces, so we don't need to tell people to read the specification instead. Do link to the specification portal, but from the PSA API section, not from the Mbed TLS documentation section.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 375f9ae..de1dd27 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,6 @@ To generate a local copy of the library documentation in HTML format, tailored t
1. Run `make apidoc`.
1. Browse `apidoc/index.html` or `apidoc/modules.html`.
-For the PSA cryptography interfaces, please refer to the PSA Cryptography API documents linked from the [PSA cryptography interfaces documentation portal](https://armmbed.github.io/mbed-crypto/psa/#application-programming-interface) for an overview of the library's interfaces and a detailed description of the types, macros and functions that it provides. The API reference is available in [PDF](https://armmbed.github.io/mbed-crypto/PSA_Cryptography_API_Specification.pdf) and [HTML](https://armmbed.github.io/mbed-crypto/html/index.html) formats.
-
Compiling
---------
@@ -216,6 +214,10 @@ The design goals of the PSA cryptography API include:
Arm welcomes feedback on the design of the API. If you think something could be improved, please open an issue on our Github repository. Alternatively, if you prefer to provide your feedback privately, please email us at [`mbed-crypto@arm.com`](mailto:mbed-crypto@arm.com). All feedback received by email is treated confidentially.
+### PSA API documentation
+
+A browsable copy of the PSA Cryptography API documents is available on the [PSA cryptography interfaces documentation portal](https://armmbed.github.io/mbed-crypto/psa/#application-programming-interface) in [PDF](https://armmbed.github.io/mbed-crypto/PSA_Cryptography_API_Specification.pdf) and [HTML](https://armmbed.github.io/mbed-crypto/html/index.html) formats.
+
### PSA implementation in Mbed TLS
Mbed TLS includes a reference implementation of the PSA Cryptography API.