mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Changelog entry for #7298
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
7f288566c3
commit
d39edead25
4
ChangeLog.d/MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND.txt
Normal file
4
ChangeLog.d/MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND.txt
Normal file
|
|
@ -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.
|
||||||
Loading…
Reference in a new issue