1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-10 05:03:02 +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 Bugfix
* Fix bugs and missing dependencies when * Fix bugs and missing dependencies when building and testing
building and testing configurations with configurations with only one encryption type enabled in TLS 1.2.
only one encryption type enabled in TLS 1.2.

View File

@@ -1,3 +1,3 @@
Bugfix 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. Fixes #5964.

View File

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