Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
1aea40427f519b26f7cb088e25b1e30b9a05b4de
/
.
/
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`
.