Skip to content

Commit

Permalink
Add ChangeLog entry
Browse files Browse the repository at this point in the history
Add the ChangeLog entry describing the change.
  • Loading branch information
Ron Eldor authored and Patater committed Nov 9, 2018
1 parent 301277b commit e9ed646
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ mbed TLS ChangeLog (Sorted per branch, date)

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

API Changes
* Add a common error code for a feature that is not supported by the
underlying alternative implementations.

Features
* Add support for temporarily suspending expensive ECC computations after
some configurable amount of operations, to be used in single-threaded
Expand All @@ -24,6 +28,12 @@ Features
hash and signature sizes that comply with FIPS 186-4, including SHA-512
with a 1024-bit key.

New deprecations
* All the current module specific errors that mean a feature is not available
are deprecated, so the platform error should be used.
* All the module specific generic hardware accelaration errors that existed
are deprecated, so the platform error should be used.

Bugfix
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
application leading to a memory leak in case both
Expand Down

0 comments on commit e9ed646

Please sign in to comment.