commit | c4028e69b1d5a859f36a6ae539eb3a8f9b33fcb8 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Mon Nov 29 17:03:39 2021 +0100 |
committer | Jeff Vander Stoep <jeffv@google.com> | Tue Nov 30 19:24:47 2021 +0100 |
tree | 252a44756d992029d035dff5db564e2c8d00496a | |
parent | 42417183af08c2677054d3b46f1fc145dcfdb593 [diff] |
odsign: Refactor into binary + library Create libsigningutils library which contains functionality for signing, signature verification, and fsverity. The goal is to allow init to use some of this functionality during early boot. Add a unit test to verify extractPublicKeyFromX509() and verifySignature(). Bug: 199914227 Test: atest Change-Id: Iea46539302df240cd2c92b1c4f313da773d8d180