Clarify ChangeLog entry again.

This commit is contained in:
Manuel Pégourié-Gonnard 2018-12-17 13:13:50 +01:00
parent 548cecdd2c
commit 9794098cfa

View File

@ -23,14 +23,14 @@ Security
modules. modules.
Features Features
* Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables additional * Add a new config.h option of MBEDTLS_CHECK_PARAMS that enables validation
validation of parameters in the library's public interface. This does not of parameters in the API. This allows detection of obvious misuses of the
change the API of existing functions, but additional clarity has been API, such as passing NULL pointers. The API of existing functions hasn't
added to the defined documentation interface to make clearer what the changed, but requirements on parameters have been made more explicit in
interface is designed to accept. See the corresponding API documentation the documentation. See the corresponding API documentation for each
for each function to see what parameter values are defined as invalid. function to see for which parameter values it is defined. This feature is
This feature is disabled by default. See its API documentation in disabled by default. See its API documentation in config.h for additional
config.h for additional steps you have to take when enabling it. steps you have to take when enabling it.
API Changes API Changes
* The following functions in the random generator modules have been * The following functions in the random generator modules have been