1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #6730 from gilles-peskine-arm/changelog-20221129-pre-2.28.2

Backport 2.28: Changelog improvements for 3.3
This commit is contained in:
Dave Rodgman
2022-12-06 13:37:36 +00:00
committed by GitHub
3 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
Bugfix
* Fix bugs and missing dependencies when
building and testing configurations with
only one encryption type enabled in TLS 1.2.
* Fix bugs and missing dependencies when building and testing
configurations with only one encryption type enabled in TLS 1.2.

View File

@@ -1,3 +1,3 @@
Bugfix
* Fixed an issue that cause compile error using CMake IAR toolchain.
* Fix a compilation error when using CMake with an IAR toolchain.
Fixes #5964.

View File

@@ -1,3 +1,3 @@
Bugfix
* Fix possible crash in TLS PRF code, if a failure to allocate memory occurs.
Reported by Michael Madsen in #6516.
* Fix a possible null pointer dereference if a memory allocation fails
in TLS PRF code. Reported by Michael Madsen in #6516.