1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-04 08:22:09 +03:00
Files
mbedtls/ChangeLog.d/add-cache-remove-api.txt
Pengyu Lv db47f2fbd4 Add changelog entry for new API
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
2023-03-15 15:01:36 +08:00

6 lines
160 B
Plaintext

Features
* Add new API mbedtls_ssl_cache_remove for cache entry removal by
its session id.
Security
* Zeroize SSL cache entries when they are freed.