mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 18:18:24 +00:00
f9a6893b55
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
Features
|
|
* Add new accessors to expose the private session-id,
|
|
session-id length, and ciphersuite-id members of
|
|
`mbedtls_ssl_session` structure.
|
|
Add new accessor to expose the ciphersuite-id of
|
|
`mbedtls_ssl_ciphersuite_t` structure.Design ref: #8529
|