mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-15 23:42:41 +00:00
Changelog: Added entry for ssl_session accessors.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
parent
411cb6c30f
commit
f9a6893b55
6
ChangeLog.d/add_ssl_session_accessors.txt
Normal file
6
ChangeLog.d/add_ssl_session_accessors.txt
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
@ -961,11 +961,11 @@ TLS 1.3: SRV: session serialization: Wrong config
|
||||
depends_on:MBEDTLS_SSL_PROTO_TLS1_3:MBEDTLS_SSL_SRV_C
|
||||
ssl_session_serialize_version_check:0:0:0:1:MBEDTLS_SSL_IS_SERVER:MBEDTLS_SSL_VERSION_TLS1_3
|
||||
|
||||
Test Session id & Ciphersuite accesors TLS 1.2
|
||||
Test Session id & Ciphersuite accessors TLS 1.2
|
||||
depends_on:MBEDTLS_SSL_PROTO_TLS1_2
|
||||
ssl_session_id_accessors_check:MBEDTLS_SSL_VERSION_TLS1_2
|
||||
|
||||
Test Session id & Ciphersuite accesors TLS 1.3
|
||||
Test Session id & Ciphersuite accessors TLS 1.3
|
||||
depends_on:MBEDTLS_SSL_PROTO_TLS1_3
|
||||
ssl_session_id_accessors_check:MBEDTLS_SSL_VERSION_TLS1_3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user