mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:15:38 +01:00
Minor improvement in ChangeLog
This commit is contained in:
parent
616d1ca605
commit
087d5ad593
@ -28,14 +28,14 @@ Features
|
|||||||
The following functions from the ECDSA module can be replaced
|
The following functions from the ECDSA module can be replaced
|
||||||
with alternative implementation:
|
with alternative implementation:
|
||||||
mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey().
|
mbedtls_ecdsa_sign(), mbedtls_ecdsa_verify() and mbedtls_ecdsa_genkey().
|
||||||
* Add support for alternative implementation for ECDH, controlled by new
|
* Add support for alternative implementation of ECDH, controlled by the
|
||||||
configuration flags MBEDTLS_ECDH_COMPUTE_SHARED_ALT and
|
new configuration flags MBEDTLS_ECDH_COMPUTE_SHARED_ALT and
|
||||||
MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h.
|
MBEDTLS_ECDH_GEN_PUBLIC_ALT in config.h.
|
||||||
The following functions from the ECDH module can be replaced
|
The following functions from the ECDH module can be replaced
|
||||||
with an alternative implementation:
|
with an alternative implementation:
|
||||||
mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().
|
mbedtls_ecdh_gen_public() and mbedtls_ecdh_compute_shared().
|
||||||
* Add support for alternative implementation for ECJPAKE, controlled by
|
* Add support for alternative implementation of ECJPAKE, controlled by
|
||||||
new configuration flag MBEDTLS_ECJPAKE_ALT.
|
the new configuration flag MBEDTLS_ECJPAKE_ALT.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Extend RSA interface by multiple functions allowing structure-
|
* Extend RSA interface by multiple functions allowing structure-
|
||||||
|
Loading…
Reference in New Issue
Block a user