Hanno Becker | ea62086 | 2021-05-18 08:36:36 +0100 | [diff] [blame] | 1 | API changes |
Hanno Becker | 217715d | 2021-05-18 05:28:53 +0100 | [diff] [blame] | 2 | * The getter and setter API of the SSL session cache (used for |
3 | session-ID based session resumption) has changed to that of | ||||
4 | a key-value store with keys being session IDs and values | ||||
5 | being opaque instances of `mbedtls_ssl_session`. |