File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ mbed TLS ChangeLog (Sorted per branch, date)
2
2
3
3
= mbed TLS x.x.x branch released xxxx-xx-xx
4
4
5
+ API Changes
6
+ * Add a common error code for a feature that is not supported by the
7
+ underlying alternative implementations.
8
+
5
9
Features
6
10
* Add support for temporarily suspending expensive ECC computations after
7
11
some configurable amount of operations, to be used in single-threaded
@@ -24,6 +28,12 @@ Features
24
28
hash and signature sizes that comply with FIPS 186-4, including SHA-512
25
29
with a 1024-bit key.
26
30
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
+
27
37
Bugfix
28
38
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
29
39
application leading to a memory leak in case both
You can’t perform that action at this time.
0 commit comments