mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
@@ -356,6 +356,12 @@ and include the `compat_2.x.h` header file which holds macros with proper
|
|||||||
renaming or to rename those functions in their code according to the list from
|
renaming or to rename those functions in their code according to the list from
|
||||||
mentioned header file.
|
mentioned header file.
|
||||||
|
|
||||||
|
### Remove the RNG parameter from RSA verify functions
|
||||||
|
|
||||||
|
RSA verification functions also no longer take random generator arguments (this
|
||||||
|
was only needed when using a private key). This affects all applications using
|
||||||
|
the RSA verify functions.
|
||||||
|
|
||||||
|
|
||||||
## High-level crypto
|
## High-level crypto
|
||||||
|
|
||||||
@@ -377,12 +383,6 @@ Currently the output is always 0 bytes, but it may be more when alternative
|
|||||||
implementations of the underlying primitives are in use, or with future
|
implementations of the underlying primitives are in use, or with future
|
||||||
versions of the library.
|
versions of the library.
|
||||||
|
|
||||||
### Remove the RNG parameter from RSA verify functions
|
|
||||||
|
|
||||||
RSA verification functions also no longer take random generator arguments (this
|
|
||||||
was only needed when using a private key). This affects all applications using
|
|
||||||
the RSA verify functions.
|
|
||||||
|
|
||||||
### Remove MD2, MD4, RC4, Blowfish and XTEA algorithms
|
### Remove MD2, MD4, RC4, Blowfish and XTEA algorithms
|
||||||
|
|
||||||
This change affects users of the MD2, MD4, RC4, Blowfish and XTEA algorithms.
|
This change affects users of the MD2, MD4, RC4, Blowfish and XTEA algorithms.
|
||||||
|
Reference in New Issue
Block a user