mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:28:10 +00:00
Added bugfix line for previous fixes for MS Visual Studio
This commit is contained in:
parent
8ea31ff3b5
commit
e3e4a59622
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Bugfix
|
||||||
* Fixed memory leak in ssl_free() and ssl_reset() for active session
|
* Fixed memory leak in ssl_free() and ssl_reset() for active session
|
||||||
* Corrected GCM counter incrementation to use only 32-bits instead of
|
* Corrected GCM counter incrementation to use only 32-bits instead of
|
||||||
128-bits (found by Yawning Angel)
|
128-bits (found by Yawning Angel)
|
||||||
|
* Fixes for 64-bit compilation with MS Visual Studio
|
||||||
|
|
||||||
Security
|
Security
|
||||||
* Removed further timing differences during SSL message decryption in
|
* Removed further timing differences during SSL message decryption in
|
||||||
|
|
Loading…
Reference in a new issue