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

Changelog

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

  * Temporarily allow SHA1 certs in test cases only to fix tests with Go 1.18

 -- William 'jawn-smith' Wilson <email address hidden>  Mon, 21 Mar 2022 10:05:34 -0500

Upload details

Uploaded by:
William Wilson
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

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.1ubuntu3.debian.tar.xz 6.3 KiB 707924cfdd1bfc1216e53c1175e32fa9afddeff178b8287c2f541c79fa513495
golang-github-avast-apkverifier_0.0~git20191015.7330a51-6.1ubuntu3.dsc 2.6 KiB aef8d61954b23ff71477350a03088db7884a736851c01a133ae4f9411e6dab9d

View changes file

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: No summary available for apkverifier-dbgsym in ubuntu kinetic.

No description available for apkverifier-dbgsym in ubuntu kinetic.

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)