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