mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Update changelog to cover #4517
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
eaef0b78db
commit
9bd038907b
|
|
@ -152,6 +152,9 @@ API changes
|
||||||
longer supported except for fields that are documented public. Use accessor
|
longer supported except for fields that are documented public. Use accessor
|
||||||
functions instead. For more information, see the migration guide entry
|
functions instead. For more information, see the migration guide entry
|
||||||
"Most structure fields are now private".
|
"Most structure fields are now private".
|
||||||
|
* mbedtls_ssl_get_session_pointer() has been removed, and
|
||||||
|
mbedtls_ssl_{set,get}_session() may now only be called once for any given
|
||||||
|
SSL context.
|
||||||
|
|
||||||
Default behavior changes
|
Default behavior changes
|
||||||
* Enable by default the functionalities which have no reason to be disabled.
|
* Enable by default the functionalities which have no reason to be disabled.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue