mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:55:39 +01:00
Add missing ChangeLog entry
The MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH build option has been added since the last release, but there was no entry for it in the ChangeLog. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
dca973bbeb
commit
ee85686339
@ -19,6 +19,11 @@ Security
|
|||||||
an ECDSA private key. Found and reported by Alejandro Cabrera Aldaya,
|
an ECDSA private key. Found and reported by Alejandro Cabrera Aldaya,
|
||||||
Billy Brumley and Cesar Pereida Garcia. CVE-2020-10932
|
Billy Brumley and Cesar Pereida Garcia. CVE-2020-10932
|
||||||
|
|
||||||
|
Features
|
||||||
|
* The new build option MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH automatically
|
||||||
|
resizes the I/O buffers before and after handshakes, reducing the memory
|
||||||
|
consumption during application data transfer.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and
|
* Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and
|
||||||
MBEDTLS_SSL_HW_RECORD_ACCEL are enabled.
|
MBEDTLS_SSL_HW_RECORD_ACCEL are enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user