mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
9 lines
357 B
Text
9 lines
357 B
Text
Requirement changes
|
|
* Minimum required Windows version is now Windows Vista, or
|
|
Windows Server 2008.
|
|
|
|
Changes
|
|
* Update Windows code to use BCryptGenRandom and wcslen, and
|
|
ensure that conversions between size_t, ULONG, and int are
|
|
always done safely. Original contribution by Kevin Kane #635, #730
|
|
followed by Simon Butcher #1453.
|