mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
publish: use common signing method
This is currently still jarsigner based but will at least use sha256 when possible
This commit is contained in:
parent
6128f93d26
commit
066978cbcf
2 changed files with 4 additions and 15 deletions
|
@ -3064,7 +3064,7 @@ def verify_apks(signed_apk, unsigned_apk, tmp_dir):
|
|||
|
||||
One of the inputs is signed, the other is unsigned. The signature metadata
|
||||
is transferred from the signed to the unsigned apk, and then jarsigner is
|
||||
used to verify that the signature from the signed apk is also varlid for
|
||||
used to verify that the signature from the signed apk is also valid for
|
||||
the unsigned one. If the APK given as unsigned actually does have a
|
||||
signature, it will be stripped out and ignored.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue