mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
reliable implementation of get_first_signer_certificate()
This keeps key pieces of @linsui's algorithm, specifically the check that all certificates are the same. apksigner also does this check. closes #1128
This commit is contained in:
parent
a8fd360a88
commit
9a327b5097
4 changed files with 482 additions and 50 deletions
1
setup.py
1
setup.py
|
@ -97,6 +97,7 @@ setup(
|
|||
'clint',
|
||||
'defusedxml',
|
||||
'GitPython',
|
||||
'oscrypto',
|
||||
'paramiko',
|
||||
'Pillow',
|
||||
'apache-libcloud >= 0.14.1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue