Improve wording, punctuation, etc.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2022-11-29 22:39:44 +01:00
parent 3917028ab7
commit a3e8dd4054
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.