From 1e07869381a0a66d08094919090f6f5dbcf4ecfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 22 Sep 2021 10:11:53 +0200 Subject: [PATCH] Fix inaccuracy in key exchange summary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- docs/use-psa-crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-psa-crypto.md b/docs/use-psa-crypto.md index c8f89d0c24..6300bf02e2 100644 --- a/docs/use-psa-crypto.md +++ b/docs/use-psa-crypto.md @@ -160,7 +160,7 @@ TLS: key exchanges / asymmetric crypto - ECDHE computation client-side - ECDSA verification both sides - ECDSA signature (if using `mbedtls_pk_setup_opaque()`) -- PSK: client-side PSA-held using `mbedtls_ssl_conf_psk_opaque()` +- PSK: PSA-held keys using `mbedtls_ssl_conf_psk_opaque()` - DHE-PSK: not covered - RSA-PSK: not covered - ECDHE-PSK: not covered