Add API 1.1 PAKE Extension 0-bet.0
docs/1.1_PAKE_Extension.0-bet.0 obtained by running update_psa_crypto_api.sh
with a directory containing psa-crypto-api at tag psa-crypto-api-1.1.0,
built inside a Docker image built from its scripts/Dockerfile.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/docs/psa/index.html b/docs/psa/index.html
index 09ec7a9..28cda44 100644
--- a/docs/psa/index.html
+++ b/docs/psa/index.html
@@ -9,6 +9,12 @@
<li>1.1.0: <a href="../1.1.0/html/index.html">HTML</a>, <a href="../1.1.0/PSA_Cryptography_API_Specification.pdf">PDF</a></li>
</ul>
<p><strong>Reference implementation</strong>: <a href="https://github.com/ARMmbed/mbed-tls">Mbed TLS</a></p>
+<h3 id="pake-extension">PAKE extension</h3>
+<p>The PAKE extension is a draft to extend the PSA Cryptography API to support PAKE (password-authenticated key exchange) algorithms. It is currently in draft status. Arm intends to eventually integrate it as an optional part of the API. As long as this extension has draft status, it may undergo incompatible changes without notice.</p>
+<p>Versions:</p>
+<ul>
+<li>0-bet.0: <a href="../1.1_PAKE_Extension.0-bet.0/html/index.html">HTML</a>, <a href="../1.1_PAKE_Extension.0-bet.0/psa_crypto_api_pake_ext.pdf">PDF</a></li>
+</ul>
<h2 id="hardware-abstraction-layer">Hardware abstraction layer</h2>
<h3 id="unified-driver-interface">Unified driver interface</h3>
<p>There is work in progress to define a PSA cryptography driver interface, allowing an implementation of the PSA Cryptography API to make use of dedicated hardware (accelerators, secure elements, random generators, etc.) or other external systems such as a remote key store. The driver interface is being tried out in Mbed TLS. Arm expects to make it an official PSA specification once it has been sufficiently validated.</p>
diff --git a/docs/psa/index.md b/docs/psa/index.md
index 25d0709..3dc2a3e 100644
--- a/docs/psa/index.md
+++ b/docs/psa/index.md
@@ -22,6 +22,16 @@
**Reference implementation**: [Mbed TLS](https://github.com/ARMmbed/mbed-tls)
+### PAKE extension
+
+The PAKE extension is a draft to extend the PSA Cryptography API to support PAKE (password-authenticated key exchange) algorithms. It is currently in draft status. Arm intends to eventually integrate it as an optional part of the API. As long as this extension has draft status, it may undergo incompatible changes without notice.
+
+Versions:
+
+* 0-bet.0:
+ [HTML](../1.1_PAKE_Extension.0-bet.0/html/index.html),
+ [PDF](../1.1_PAKE_Extension.0-bet.0/psa_crypto_api_pake_ext.pdf)
+
## Hardware abstraction layer
### Unified driver interface