From 4abd7c25457b96c2b815097652b6b936767504b6 Mon Sep 17 00:00:00 2001 From: Werner Lewis Date: Mon, 27 Jun 2022 09:22:49 +0100 Subject: [PATCH] Minor phrasing changes Signed-off-by: Werner Lewis --- docs/3.0-migration-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index 86bf36e5e0..5be42ea28a 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -23,7 +23,7 @@ Much of the information needed to determine a migration path can be found in the For features previously marked as deprecated, Mbed TLS 2.x documentation may explain how to upgrade, and should be referred to when migrating code. Where a migration path is not provided in prior documentation, changes made and the -upgrade steps required will be explained in this guide. +upgrade steps required will be explained later in this guide. It's best to use the latest version of Mbed TLS 2.x for this purpose, which is the 2.28 LTS release. So to generate the documentation, checkout the `mbedtls-2.28` branch and follow @@ -284,7 +284,7 @@ Alternative implementations of the SHA256 and SHA512 modules must adjust their f ### Remove the mode parameter from RSA functions -This affects all users who use the RSA encryption, decryption, sign and +This affects all users who use the RSA encrypt, decrypt, sign and verify APIs. The RSA module no longer supports private-key operations with the public key or @@ -362,7 +362,7 @@ the RSA verify functions. ### Remove the padding parameters from `mbedtls_rsa_init()` -This affects all users who use the RSA encryption, decryption, sign and +This affects all users who use the RSA encrypt, decrypt, sign and verify APIs. The function `mbedtls_rsa_init()` no longer supports selecting the PKCS#1 v2.1