TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/archive/dev/relnotes
/
.
/
ChangeLog.d
/
session-cache-api.txt
blob: 75cc9438f82cf709486204fc1d6f5d0891e3e474 [
file
] [
log
] [
blame
]
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`
.