mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
test APK signatures with a cert chain are parsed like apksigner
Microsoft and SanDisk sign APKs with a X.509 certificate chain of
trust, so there are actually three certificates included. apksigner
only cares about one certificate and ignores the other certificates in
the chain.
The correct values come from:
apksigner verify --print-certs 883cbdae7aeb2e4b122e8ee8d89966c7062d0d49107a130235fa220a5b994a79.apk
X.509 certificates are machine generated and just data, so are not
copyrightable. So I included SANAPPSI.* directly.
This commit is contained in:
parent
accdd65f91
commit
fc4a9c96a5
4 changed files with 2067 additions and 0 deletions
BIN
tests/SANAPPSI.RSA
Normal file
BIN
tests/SANAPPSI.RSA
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue