mbedtls/ChangeLog.d/session-cache-api.txt

6 lines
263 B
Text
Raw Normal View History

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`.