mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:15:38 +01:00
Modify ChangeLog according to API changes
This commit is contained in:
parent
d24f5feb59
commit
24f3641617
12
ChangeLog
12
ChangeLog
@ -4,13 +4,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
|
|
||||||
Features
|
Features
|
||||||
* Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown()
|
* Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown()
|
||||||
to perform platform-specific setup and teardown operations. Furthermore,
|
and the context struct mbedtls_platform_context to perform
|
||||||
the internal functions mbedtls_internal_platform_setup() and
|
platform-specific setup and teardown operations. The macro
|
||||||
mbedtls_internal_platform_teardown() to allow platform-specific hooks to
|
MBEDTLS_PLATFORM_SETUP_ALT allows the functions to be overridden by the
|
||||||
be plugged into the library. Finally, the macro MBEDTLS_PLATFORM_SETUP_ALT
|
user in a platform_alt.h file. This new APIs are specially useful in some
|
||||||
allows the internal functions to be overridden. This new APIs are
|
embedded environments that have hardware acceleration support.
|
||||||
specially useful in some embedded environments that have hardware
|
|
||||||
acceleration support.
|
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the
|
* Reverted API/ABI breaking changes introduced in mbed TLS 2.5.1, to make the
|
||||||
|
Loading…
Reference in New Issue
Block a user