chiark / gitweb /
make `fdroid verify` use common.verify_apks()
authorHans-Christoph Steiner <hans@eds.org>
Tue, 20 Dec 2016 13:09:45 +0000 (14:09 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 22 Mar 2017 09:51:12 +0000 (10:51 +0100)
commit364e609ebe2ee867b2d156bc96be135ec8da385a
tree0ad11efc01b6ecaa18650407f11d151d65c9b566
parent998b6245e93ce35ba0a7ff85f64b720cb5674691
make `fdroid verify` use common.verify_apks()

This makes the jarsigner the ultimate and only judge of whether two APKs
match.  This is the best tool since APK signatures are jar signatures. This
should be eventually updated to use the official Android APK signing tool
called apksigner.

https://android.googlesource.com/platform/tools/apksig/
fdroidserver/verify.py