blob: e0086b74cf79dfb069ca43de31fa3c707278dec0 [file] [log] [blame]
Gilles Peskinefd062752020-04-21 20:18:26 +02001Features
2 * New functions in the error module return constant strings for
Gilles Peskine4830d212020-04-28 12:10:02 +02003 high- and low-level error codes, complementing mbedtls_strerror()
Gilles Peskinefd062752020-04-21 20:18:26 +02004 which constructs a string for any error code, including compound
5 ones, but requires a writable buffer. Contributed by Gaurav Aggarwal
6 in #3176.