Skip to content

Commit 6aa9fb4

Browse files
Ron EldorPatater
authored andcommitted
Add ChangeLog entry
Add the ChangeLog entry describing the change.
1 parent 9924bdc commit 6aa9fb4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ mbed TLS ChangeLog (Sorted per branch, date)
22

33
= mbed TLS x.x.x branch released xxxx-xx-xx
44

5+
API Changes
6+
* Add a common error code for a feature that is not supported by the
7+
underlying alternative implementations.
8+
59
Features
610
* Add support for temporarily suspending expensive ECC computations after
711
some configurable amount of operations, to be used in single-threaded
@@ -24,6 +28,12 @@ Features
2428
hash and signature sizes that comply with FIPS 186-4, including SHA-512
2529
with a 1024-bit key.
2630

31+
New deprecations
32+
* All the current module specific errors that mean a feature is not available
33+
are deprecated, so the platform error should be used.
34+
* All the module specific generic hardware accelaration errors that existed
35+
are deprecated, so the platform error should be used.
36+
2737
Bugfix
2838
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
2939
application leading to a memory leak in case both

0 commit comments

Comments
 (0)