mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-03 15:20:02 +01:00
Add ChangeLog entry
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
9039303cf5
commit
217715d32b
5
ChangeLog.d/session-cache-api.txt
Normal file
5
ChangeLog.d/session-cache-api.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
API Changes
|
||||
* The getter and setter API of the SSL session cache (used for
|
||||
session-ID based session resumption) has changed to that of
|
||||
a key-value store with keys being session IDs and values
|
||||
being opaque instances of `mbedtls_ssl_session`.
|
||||
Loading…
Reference in a new issue