golang-github-avast-apkverifier 0.0~git20191015.7330a51-11build1 source package in Ubuntu
Changelog
golang-github-avast-apkverifier (0.0~git20191015.7330a51-11build1) mantic; urgency=medium * No-change rebuild with Go 1.21. -- Michael Hudson-Doyle <email address hidden> Thu, 24 Aug 2023 17:14:46 +1200
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Mantic
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-avast-apkverifier_0.0~git20191015.7330a51.orig.tar.gz | 344.1 KiB | bc6c61326fb91e13153769d9d870ab296dc753b9986be251459719adc2f63df0 |
golang-github-avast-apkverifier_0.0~git20191015.7330a51-11build1.debian.tar.xz | 6.0 KiB | 034bdb877e47ab0d3d652574097888b73f8b34cfdf150d98dcae5a5d2fe230d1 |
golang-github-avast-apkverifier_0.0~git20191015.7330a51-11build1.dsc | 2.5 KiB | e4d48d012fdf91497d903818050ddcc33dcb268c94766a6d0634fe477789e8a5 |
Available diffs
Binary packages built by this source
- apkverifier: No summary available for apkverifier in ubuntu questing.
No description available for apkverifier in ubuntu questing.
- apkverifier-dbgsym: debug symbols for apkverifier
- golang-github-avast-apkverifier-dev: Android APK Signature verification Go library
apkverifier verifies the signatures on Android APK binaries. It can
verify APK Signature scheme v1, v2 and v3 and passes Google apksig's
testing suite. It should support all algorithms and downgrade attack
protection.
.
Because Android can handle even broken x509 cerficates and ZIP files,
apkverifier is using the ZipReader from apkparser package and vendors
crypto/x509 in internal/x509andr and github.com/fullsailor/ pkcs7
(https://github. com/fullsailor/ pkcs7) in the fullsailor/pkcs7 folder.
The last two have some changes to handle some
not-entirely-according- to-spec certificates.
.
Documentation on GoDoc (https://godoc. org/github. com/avast/ apkverifier)