Changelog entry for #7298

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2023-09-29 13:07:01 +02:00
parent 7f288566c3
commit d39edead25
@@ -0,0 +1,4 @@
Bugfix
* Functions in the ssl_cache module now return a negative MBEDTLS_ERR_xxx
error code on failure. Before, they returned 1 to indicate failure in
some cases involving a missing entry or a full cache.