Add changelog entry for #3176: new error functions
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
14884f9822
commit
fd0627521b
1 changed files with 6 additions and 0 deletions
6
ChangeLog.d/error_const.txt
Normal file
6
ChangeLog.d/error_const.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Features
|
||||||
|
* New functions in the error module return constant strings for
|
||||||
|
high- and low-level error codes, complementing mbedtls_strerror
|
||||||
|
which constructs a string for any error code, including compound
|
||||||
|
ones, but requires a writable buffer. Contributed by Gaurav Aggarwal
|
||||||
|
in #3176.
|
Loading…
Reference in a new issue