mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-19 12:27:41 +00:00
Adapt ChangeLog
This commit is contained in:
parent
9a7fcd6a97
commit
42085fb92a
|
@ -20,6 +20,9 @@ Bugfix
|
||||||
program programs/x509/cert_write. Fixes #1422.
|
program programs/x509/cert_write. Fixes #1422.
|
||||||
* Ignore iv in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB
|
* Ignore iv in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB
|
||||||
Fix for #1091 raised by ezdevelop
|
Fix for #1091 raised by ezdevelop
|
||||||
|
* Fix runtime error in `mbedtls_platform_entropy_poll()` when run
|
||||||
|
through qemu user emulation. Reported and fix suggested by randombit
|
||||||
|
in #1212. Fixes #1212.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* "make apidoc" now generates the documentation for the current
|
* "make apidoc" now generates the documentation for the current
|
||||||
|
|
Loading…
Reference in a new issue