Enhancement of ChangeLog entry

This commit is contained in:
Hanno Becker 2017-10-17 10:22:47 +01:00
parent 554c32dae6
commit e2a73c13cf

View File

@ -13,9 +13,15 @@ API Changes
independent setup and export of RSA contexts. Most notably,
mbedtls_rsa_import and mbedtls_rsa_complete are introduced for setting
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
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
@ -2306,4 +2312,3 @@ XySSL ChangeLog
who maintains the Debian package :-)
= Version 0.1 released on 2006-11-01