From 2bec09c113427a433a987d770a38dcdb560e9af3 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 28 May 2021 09:54:31 +0100 Subject: [PATCH] Fix typo in migration guide Signed-off-by: Hanno Becker --- docs/3.0-migration-guide.d/relaxed-psk-semantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0-migration-guide.d/relaxed-psk-semantics.md b/docs/3.0-migration-guide.d/relaxed-psk-semantics.md index fa38ac331b..6b0e794757 100644 --- a/docs/3.0-migration-guide.d/relaxed-psk-semantics.md +++ b/docs/3.0-migration-guide.d/relaxed-psk-semantics.md @@ -8,7 +8,7 @@ multiple times on the same SSL configuration. In Mbed TLS 2.x, users would observe later calls overwriting the effect of earlier calls, with the prevailing PSK being the one that has been configured last. In Mbed TLS 3.0, -calling `mbedtls_conf_[opaque_]psk()` multiple times +calling `mbedtls_ssl_conf_[opaque_]psk()` multiple times will return an error, leaving the first PSK intact. To achieve equivalent functionality when migrating to Mbed TLS 3.0,