mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-04 14:28:27 +00:00
Add ChangeLog entry for Windows threading fix
This commit is contained in:
parent
8f303f9146
commit
973c29e1cf
|
@ -13,6 +13,9 @@ Changes
|
||||||
* Close a test gap in (D)TLS between the client side and the server side:
|
* Close a test gap in (D)TLS between the client side and the server side:
|
||||||
test the handling of large packets and small packets on the client side
|
test the handling of large packets and small packets on the client side
|
||||||
in the same way as on the server side.
|
in the same way as on the server side.
|
||||||
|
* Change the use of Windows threading to use Microsoft Visual C++ runtime
|
||||||
|
calls, rather than Win32 API calls directly. This is necessary to avoid
|
||||||
|
conflict with C runtime usage. Found and fixed by irwir.
|
||||||
|
|
||||||
= mbed TLS 2.1.15 branch released 2018-08-31
|
= mbed TLS 2.1.15 branch released 2018-08-31
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue