mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 02:11:25 +00:00
Update ChangeLog
Remove extra entries added by a bad cherry-pick.
This commit is contained in:
parent
99b9f12a91
commit
41273200a2
11
ChangeLog
11
ChangeLog
|
@ -3,17 +3,6 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
|
||||||
* Fix the key_app_writer example which was writing a leading zero byte which
|
|
||||||
was creating an invalid ASN.1 tag. Found by Aryeh R. Fixes #1257.
|
|
||||||
* Fix compilation error on C++, because of a variable named new.
|
|
||||||
Found and fixed by Hirotaka Niisato in #1783.
|
|
||||||
* Fix "no symbols" warning issued by ranlib when building on Mac OS X. Fix
|
|
||||||
contributed by tabascoeye in pull request #1600.
|
|
||||||
* Clarify documentation for mbedtls_ssl_write() to include 0 as a valid
|
|
||||||
return value. Found by @davidwu2000. #839
|
|
||||||
* Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
|
|
||||||
Philippe Antoine. Fixes #1623.
|
|
||||||
* Correct the documentation for `mbedtls_ssl_get_session()`.
|
* Correct the documentation for `mbedtls_ssl_get_session()`.
|
||||||
This API has deep copy of the session, and the peer
|
This API has deep copy of the session, and the peer
|
||||||
certificate is not lost. Fixes #926.
|
certificate is not lost. Fixes #926.
|
||||||
|
|
Loading…
Reference in a new issue