commit | 83ae22dbbdf75e55bd9b57f366e29855c39e7453 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Aug 11 16:46:15 2023 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Sep 01 14:29:04 2023 +0100 |
tree | 9d55ab8f9c387a63afe2aa8278cf570536c4990e | |
parent | ecb95bea1da239175d73041dd542777de6742e61 [diff] [blame] |
Add Changelog entry Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/fix-tls-padbuf-zeroization b/ChangeLog.d/fix-tls-padbuf-zeroization new file mode 100644 index 0000000..36451cb --- /dev/null +++ b/ChangeLog.d/fix-tls-padbuf-zeroization
@@ -0,0 +1,4 @@ +Security + * Fix a case where potentially sensitive information held in memory would not + be completely zeroized during TLS 1.2 handshake, in both server and client + configurations.