mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 11:41:02 +00:00
Adapt ChangeLog
This commit is contained in:
parent
e68245750a
commit
e31505d64e
|
@ -11,6 +11,13 @@ Features
|
||||||
API Changes
|
API Changes
|
||||||
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
|
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
|
||||||
See the Features section for more information.
|
See the Features section for more information.
|
||||||
|
* Allow to opt in to the removal the API mbedtls_ssl_get_peer_cert()
|
||||||
|
for the benefit of saving RAM, by disabling the new compile-time
|
||||||
|
option MBEDTLS_SSL_KEEP_PEER_CERTIFICATE (enabled by default for
|
||||||
|
API stability). Disabling this option makes mbedtls_ssl_get_peer_cert()
|
||||||
|
always return NULL, and removes the peer_cert field from the
|
||||||
|
mbedtls_ssl_session structure which otherwise stores the peer's
|
||||||
|
certificate.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
|
* Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
|
||||||
|
|
Loading…
Reference in a new issue