1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-23 00:02:39 +03:00

Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api

ssl_cache: misc improvements
This commit is contained in:
Gilles Peskine
2023-04-11 09:30:40 +02:00
committed by GitHub
4 changed files with 25 additions and 14 deletions

View File

@@ -106,7 +106,8 @@
/* Error space gap */
/* Error space gap */
/* Error space gap */
/* Error space gap */
/** Cache entry not found */
#define MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND -0x7E80
/** Memory allocation failed */
#define MBEDTLS_ERR_SSL_ALLOC_FAILED -0x7F00
/** Hardware acceleration function returned with error */