commit | dc25c71f18a06cc1af12e4f1a5e014cd6343a471 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 22 10:40:45 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 22 10:40:45 2022 +0000 |
tree | a5aabfcf506ead39c92cab84dad92f3242ce3bdb | |
parent | a921da392f5f9572c3b78f53688d1df10d220f7e [diff] | |
parent | a09156e9ffabca64c997f42bf84498167f18e7a3 [diff] |
Merge "[idsig][apk] Change default signature algorithm to RSAPSS-SHA256"
diff --git a/libs/apkverify/src/algorithms.rs b/libs/apkverify/src/algorithms.rs index a1cf368..6d4362b 100644 --- a/libs/apkverify/src/algorithms.rs +++ b/libs/apkverify/src/algorithms.rs
@@ -77,7 +77,7 @@ impl Default for SignatureAlgorithmID { fn default() -> Self { - SignatureAlgorithmID::DsaWithSha256 + SignatureAlgorithmID::RsaPssWithSha256 } }