Minor phrasing changes
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
129d6adc0e
commit
4abd7c2545
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue