mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-17 01:42:14 +08:00
Enhancement of ChangeLog entry
This commit is contained in:
parent
554c32dae6
commit
e2a73c13cf
@ -13,9 +13,15 @@ API Changes
|
|||||||
independent setup and export of RSA contexts. Most notably,
|
independent setup and export of RSA contexts. Most notably,
|
||||||
mbedtls_rsa_import and mbedtls_rsa_complete are introduced for setting
|
mbedtls_rsa_import and mbedtls_rsa_complete are introduced for setting
|
||||||
up RSA contexts from partial key material and having them completed to the
|
up RSA contexts from partial key material and having them completed to the
|
||||||
needs of the implementation automatically. This allows to setup RSA
|
needs of the implementation automatically. This allows to setup private RSA
|
||||||
contexts from keys consisting of N,D,E only, even if P,Q are needed for the
|
contexts from keys consisting of N,D,E only, even if P,Q are needed for the
|
||||||
purpose or CRT and/or blinding.
|
purpose or CRT and/or blinding.
|
||||||
|
* The configuration option MBEDTLS_RSA_ALT can be used to define alternative
|
||||||
|
implementations of the RSA interface declared in rsa.h.
|
||||||
|
|
||||||
|
New deprecations
|
||||||
|
* Direct manipulation of structure fields of RSA contexts is deprecated.
|
||||||
|
Users are advised to use the extended RSA API instead.
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
@ -2306,4 +2312,3 @@ XySSL ChangeLog
|
|||||||
who maintains the Debian package :-)
|
who maintains the Debian package :-)
|
||||||
|
|
||||||
= Version 0.1 released on 2006-11-01
|
= Version 0.1 released on 2006-11-01
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user