From 37b15a2b6a535ef019cf82d0b021a3cd93ba1ecc Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 8 Nov 2024 17:34:23 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #374 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcab453..c4ee373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Improve error message when an incompatible RSA key is used for AVB signing ([Issue #366], [PR #369]) * Fix clippy warnings ([PR #370]) * Allow `avbroot ota verify` to verify OTAs that lack `META-INF/com/android/metadata.pb` ([Issue #366], [PR #373]) +* Allow `avbroot ota verify` to verify OTAs where the payload signature does not set `unpadded_signature_size` ([Issue #366], [PR #374]) ### Version 3.8.0 @@ -391,3 +392,4 @@ Behind-the-scenes changes: [PR #370]: https://github.com/chenxiaolong/avbroot/pull/370 [PR #371]: https://github.com/chenxiaolong/avbroot/pull/371 [PR #373]: https://github.com/chenxiaolong/avbroot/pull/373 +[PR #374]: https://github.com/chenxiaolong/avbroot/pull/374