mbedtls/ChangeLog.d/error_const.txt
Gilles Peskine fd0627521b Add changelog entry for #3176: new error functions
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-04-21 20:18:26 +02:00

7 lines
304 B
Plaintext

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.