accrescent / meta

Umbrella Accrescent issue tracker
6 stars 1 forks source link

Determine whether we should pin app signing certificates #6

Closed lberrymage closed 2 years ago

lberrymage commented 2 years ago

Accrescent currently pins the SHA256 hash of the public key(s) of a given app's signing certificate(s). Android identifies an app's signer by its entire signing certificate in various places, not just by the public key. Is there any benefit to pinning hashes of whole certificates instead of only their public keys?