Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Mbed-TLS/mbedtls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2023-09-29 13:58:27 +0300
committerGilles Peskine <Gilles.Peskine@arm.com>2023-09-29 14:07:01 +0300
commitd39edead25472776e035bfec220e7e16af9f1211 (patch)
tree39a388fa518a9d6a624bf08bf6122a787efac8fc
parent7f288566c385b6776a8587bea386251fcb67f555 (diff)
Changelog entry for #7298
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
-rw-r--r--ChangeLog.d/MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.d/MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND.txt b/ChangeLog.d/MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND.txt
new file mode 100644
index 0000000000..6f091bb9fb
--- /dev/null
+++ b/ChangeLog.d/MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND.txt
@@ -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.