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

Changelog

golang-github-avast-apkverifier (0.0~git20191015.7330a51-11) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.

 -- Jelmer Vernooij <email address hidden>  Thu, 24 Nov 2022 18:02:12 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
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-11.dsc 2.5 KiB fc3e85f5001d05e8f41a9072c5dbedbe2a57155cfa895121726fa16b69df5ffe
golang-github-avast-apkverifier_0.0~git20191015.7330a51.orig.tar.gz 344.1 KiB bc6c61326fb91e13153769d9d870ab296dc753b9986be251459719adc2f63df0
golang-github-avast-apkverifier_0.0~git20191015.7330a51-11.debian.tar.xz 5.9 KiB 7fd71d930078192653776232fa28185c2014b8e295b7c91865fd285ee55de240

No changes file available.

Binary packages built by this source

apkverifier: Android APK Signature verification tool

 apkverifier is a simple command line tool that 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)

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)