mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix typo in migration guide for ticket API change
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
@ -2,7 +2,7 @@ Modified semantics of mbedtls_ssl_{get,set}_session()
|
|||||||
-----------------------------------------------------------------
|
-----------------------------------------------------------------
|
||||||
|
|
||||||
This affects users who call `mbedtls_ssl_get_session()` or
|
This affects users who call `mbedtls_ssl_get_session()` or
|
||||||
`mbedtls_ssl_session_set()` multiple times on the same SSL context
|
`mbedtls_ssl_set_session()` multiple times on the same SSL context
|
||||||
representing an established TLS 1.2 connection.
|
representing an established TLS 1.2 connection.
|
||||||
Those users will now observe the second call to fail with
|
Those users will now observe the second call to fail with
|
||||||
`MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE`.
|
`MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE`.
|
||||||
|
Reference in New Issue
Block a user