1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: golang-github-avast-apkverifier
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-avast-apkparser-dev,
pandoc,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-avast-apkverifier
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-avast-apkverifier.git
Homepage: https://github.com/avast/apkverifier
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/avast/apkverifier
Package: golang-github-avast-apkverifier-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: 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)
Package: apkverifier
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 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)
|