mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 06:55:46 +01:00
Add changelog entry for ARM assembly fix
This commit is contained in:
parent
5daa34f155
commit
a5cb7d48f3
@ -79,6 +79,9 @@ Bugfix
|
|||||||
This previously limited the maximum size of DER encoded certificates
|
This previously limited the maximum size of DER encoded certificates
|
||||||
in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
|
in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
|
||||||
* Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716.
|
* Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716.
|
||||||
|
* Fix the build on ARMv5TE in ARM mode to not use assembly instructions
|
||||||
|
that are only available in Thumb mode. Fix contributed by Aurelien Jarno
|
||||||
|
in #2169.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
* Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,
|
||||||
|
Loading…
Reference in New Issue
Block a user