From 9b970c6d25194b9da4d031edd2f33cdb045cfa05 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 13 Oct 2023 18:04:44 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #190 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb208a1..b74dd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * Group `avbroot ota patch --help` output into more readable sections ([PR #184]) * Add more checks to ensure that the OTA has a secure AVB setup ([PR #188]) * OTAs with blatantly insecure or missing AVB configuration are now more likely to be rejected by avbroot to avoid providing a false sense of security. +* Allow `avbroot avb verify` and `avbroot ota verify` to work for dm-verity partitions that use insecure SHA1 hashes ([PR #190]) Behind-the-scenes changes: @@ -134,3 +135,4 @@ Behind-the-scenes changes: [PR #184]: https://github.com/chenxiaolong/avbroot/pull/184 [PR #188]: https://github.com/chenxiaolong/avbroot/pull/188 [PR #189]: https://github.com/chenxiaolong/avbroot/pull/189 +[PR #190]: https://github.com/chenxiaolong/avbroot/pull/190