mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-08 08:25:39 +00:00
Update the ChangeLog for PR #2011
The Changelog merged the PR #2011 entry under the wrong version. This corrects that merge error, and also clarifies the entry.
This commit is contained in:
parent
fc0524ceb9
commit
945dfe6f0e
21
ChangeLog
21
ChangeLog
|
@ -3,12 +3,18 @@ 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 failure in hmac_drbg in the benchmark sample application, when
|
* Fix failure in hmac_drbg in the benchmark sample application, when
|
||||||
MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095
|
MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095
|
||||||
* Fix a bug in the update function for SSL ticket keys which previously
|
* Fix a bug in the update function for SSL ticket keys which previously
|
||||||
invalidated keys of a lifetime of less than a 1s. Fixes #1968.
|
invalidated keys of a lifetime of less than a 1s. Fixes #1968.
|
||||||
|
* Fix potential build failures related to the 'apidoc' target, introduced
|
||||||
|
in the previous patch release. Found by Robert Scheck. #390 #391
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
* "make apidoc" now generates the documentation for the current
|
||||||
|
configuration. Run "scripts/apidoc_full.sh" to generate the full
|
||||||
|
documentation. This aligns the behavior with Mbed TLS versions 2.2 and
|
||||||
|
later and reverts it back to how it behaved in version 2.1.3.
|
||||||
* Add tests for session resumption in DTLS.
|
* Add tests for session resumption in DTLS.
|
||||||
* 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
|
||||||
|
@ -45,13 +51,6 @@ Bugfix
|
||||||
(found by Catena cyber using oss-fuzz)
|
(found by Catena cyber using oss-fuzz)
|
||||||
* Fix memory leak and free without initialization in pk_encrypt
|
* Fix memory leak and free without initialization in pk_encrypt
|
||||||
and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128.
|
and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128.
|
||||||
* Fix potential build failures related to the 'apidoc' target, introduced
|
|
||||||
in the previous patch release. Found by Robert Scheck. #390 #391
|
|
||||||
|
|
||||||
Changes
|
|
||||||
* "make apidoc" now generates the documentation for the current
|
|
||||||
configuration. Run "scripts/apidoc_full.sh" to generate the full
|
|
||||||
documentation. This aligns the behavior with Mbed TLS 2.2+.
|
|
||||||
|
|
||||||
= mbed TLS 2.1.14 branch released 2018-07-25
|
= mbed TLS 2.1.14 branch released 2018-07-25
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue