mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
ea620864ac
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
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`.
|