mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 11:15:39 +01:00
Adapt ChangeLog
This commit is contained in:
parent
d3e4244caf
commit
02ea47603f
@ -27,6 +27,9 @@ Bugfix
|
|||||||
* Zeroize memory used for reassembling handshake messages after use.
|
* Zeroize memory used for reassembling handshake messages after use.
|
||||||
* Use `mbedtls_zeroize()` instead of `memset()` for zeroization of
|
* Use `mbedtls_zeroize()` instead of `memset()` for zeroization of
|
||||||
sensitive data in the example programs aescrypt2 and crypt_and_hash.
|
sensitive data in the example programs aescrypt2 and crypt_and_hash.
|
||||||
|
* Add explicit integer to enumeration type casts to example program
|
||||||
|
programs/pkey/gen_key which previously led to compilation failure
|
||||||
|
on some toolchains. Reported by phoenixmcallister. Fixes #2170.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* "make apidoc" now generates the documentation for the current
|
* "make apidoc" now generates the documentation for the current
|
||||||
|
Loading…
Reference in New Issue
Block a user