summaryrefslogtreecommitdiff
path: root/core/java/android/util/apk/ApkSignatureSchemeV2Verifier.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Limit the number of supported v1 and v2 signers" into rvc-dev am: 00f3...Michael Groover2023-04-051-0/+10
|\
| * Merge "Limit the number of supported v1 and v2 signers" into rvc-dev am: 00f3...Michael Groover2023-04-051-0/+10
| |\
| | * Limit the number of supported v1 and v2 signersMichael Groover2023-04-031-0/+10
* | | Delete legacy fs-verity supportVictor Hsieh2022-01-251-14/+0
* | | APK signature verification: use FileChannel#sizeJooyung Han2021-07-301-1/+1
|/ /
* | APK digest API and initial implementation.Alex Buynytskyy2020-08-241-1/+1
* | V4 signature check refactors.Alex Buynytskyy2020-07-081-9/+8
|/
* V4 uses V2 digest if V3 is not available.Alex Buynytskyy2020-03-241-3/+12
* Refactor isSupportedSignatureAlgorithmKhaled Abdelmohsen2020-03-021-28/+1
* Renaming plsCertsNoVerifyOnlyCerts to unsafeGetCertsWithoutVerification.Gavin Corkery2019-01-311-1/+1
* Disambiguate fs-verity and apk-verityVictor Hsieh2018-09-281-2/+2
* Refactor: break fs-verity data gen into 2 partsVictor Hsieh2018-09-131-3/+3
* Verify the content length in the verity digestVictor Hsieh2018-03-071-1/+3
* Skip priv app full apk verification if has verifyVictor Hsieh2018-01-241-0/+14
* ApkSignatureVerifier: expose verity interfacesVictor Hsieh2018-01-181-6/+51
* Support 4k chunk based signature algorithmsVictor Hsieh2018-01-101-11/+11
* Add APK Signature Scheme v3.Daniel Cashman2018-01-021-780/+59
* Add plsCertsNoVerifyOnlyCerts to ApkSignatureVerifier.Dan Cashman2017-12-201-12/+33
* Refactor PackageParser.collectCerts() to hide signature scheme.Dan Cashman2017-12-131-12/+0
* Add ApkVerityBuilder to contruct the verity treeVictor Hsieh2017-11-021-179/+13
* Framework: Prefer android.system.Os over libcore.io.Libcore.osTobias Thierer2017-10-181-7/+4
* Permit 65535 byte ZIP comments and empty Central DirectoryAlex Klyubin2016-12-191-1/+1
* Remove support for DSA with SHA-512 from v2 sig verification.Alex Klyubin2016-03-311-6/+0
* Unbreak verifying v2 signatures of large APKs.Alex Klyubin2016-03-181-188/+376
* Workaround for verifying large APKs.Alex Klyubin2016-03-111-7/+33
* dump apk signing versionTodd Kennedy2016-03-031-25/+69
* Use production ID for v2 signing scheme.Alex Klyubin2016-02-161-2/+1
* Verify APKs using APK Signature Scheme v2.Alex Klyubin2016-01-131-0/+1033