Fix some Changelog typos

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2024-03-22 10:08:44 +00:00 committed by Minos Galanakis
parent 6fe0ae026f
commit c58cb5992c

View File

@ -1,11 +1,11 @@
Mbed TLS ChangeLog (Sorted per branch, date) Mbed TLS ChangeLog (Sorted per branch, date)
= Mbed TLS x.x.x branch released xxxx-xx-xx = Mbed TLS 2.28.8 branch released 2024-03-28
Features Features
* AES-NI is now supported in Windows builds with clang and clang-cl. * AES-NI is now supported in Windows builds with clang and clang-cl.
Resolves #8372. Resolves #8372.
* Add pc files for pkg-config. eg.: * Add pc files for pkg-config, e.g.:
pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509) pkg-config --cflags --libs (mbedtls|mbedcrypto|mbedx509)
Security Security
@ -20,16 +20,16 @@ Security
copying may be disabled by setting MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS. copying may be disabled by setting MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS.
Note that setting this option will cause input-output buffer overlap to Note that setting this option will cause input-output buffer overlap to
be only partially supported (#3266). be only partially supported (#3266).
Fixes CVE-2024-28960 Fixes CVE-2024-28960.
Bugfix Bugfix
* Fix the build with CMake when Everest is enabled through * Fix the build with CMake when Everest is enabled through
a user configuration file or the compiler command line. Fixes #8165. a user configuration file or the compiler command line. Fixes #8165.
* Fix an inconsistency between implementations and usages of `__cpuid`, * Fix an inconsistency between implementations and usages of `__cpuid`,
which mainly causes failures when building Windows target using which mainly causes failures when building Windows target using
mingw or clang. Fixes #8334 & #8332. mingw or clang. Fixes #8334 & #8332.
* Correct initial capacities for key derivation algorithms:TLS12_PRF, * Correct initial capacities for key derivation algorithms: TLS12_PRF,
TLS12_PSK_TO_MS TLS12_PSK_TO_MS.
* Fix mbedtls_pk_get_bitlen() for RSA keys whose size is not a * Fix mbedtls_pk_get_bitlen() for RSA keys whose size is not a
multiple of 8. Fixes #868. multiple of 8. Fixes #868.
* Avoid segmentation fault caused by releasing not initialized * Avoid segmentation fault caused by releasing not initialized
@ -38,7 +38,7 @@ Bugfix
allowed SSL sessions saved in one configuration to be loaded in a allowed SSL sessions saved in one configuration to be loaded in a
different, incompatible configuration. different, incompatible configuration.
* Fix the restoration of the ALPN when loading serialized connection with * Fix the restoration of the ALPN when loading serialized connection with
* the mbedtls_ssl_context_load() API. the mbedtls_ssl_context_load() API.
* Fully support arbitrary overlap between inputs and outputs of PSA * Fully support arbitrary overlap between inputs and outputs of PSA
functions. Note that overlap is still only partially supported when functions. Note that overlap is still only partially supported when
MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set (#3266). MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS is set (#3266).