golang-github-avast-apkverifier 0.0~git20191015.7330a51-6.1ubuntu1 source package in Ubuntu

Changelog

golang-github-avast-apkverifier (0.0~git20191015.7330a51-6.1ubuntu1) hirsute; urgency=medium

  * Backport upstream patch to fix autopkgtests with Go 1.16.

 -- Michael Hudson-Doyle <email address hidden>  Mon, 22 Feb 2021 13:27:36 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

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-6.1ubuntu1.debian.tar.xz 6.1 KiB b9cb0ee7de0387044f4a21b86e9587924f1a51d4ddeec2bb476a9854803269cd
golang-github-avast-apkverifier_0.0~git20191015.7330a51-6.1ubuntu1.dsc 2.6 KiB 629cb0efd5c4c8d730b493679dc2c7ff2d35e4a38619257f4dcaf5b3719a3abb

View changes file

Binary packages built by this source

apkverifier: No summary available for apkverifier in ubuntu impish.

No description available for apkverifier in ubuntu impish.

apkverifier-dbgsym: No summary available for apkverifier-dbgsym in ubuntu hirsute.

No description available for apkverifier-dbgsym in ubuntu hirsute.

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)