mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Adding support for DSA and ECDSA signatures.
This commit is contained in:
parent
3e88b7444d
commit
cf320f2e9a
1 changed files with 1 additions and 1 deletions
|
@ -1848,7 +1848,7 @@ def place_srclib(root_dir, number, libpath):
|
|||
if not placed:
|
||||
o.write('android.library.reference.%d=%s\n' % (number, relpath))
|
||||
|
||||
apk_sigfile = re.compile(r'META-INF/[0-9A-Za-z]+\.(SF|RSA)')
|
||||
apk_sigfile = re.compile(r'META-INF/[0-9A-Za-z]+\.(SF|RSA|DSA|EC)')
|
||||
|
||||
|
||||
def verify_apks(signed_apk, unsigned_apk, tmp_dir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue