-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keystore 2.0 engine: Handle legacy PEM certificates.
Keystore 2.0 in Android S requires all new certificates to be stored in DER format, however, when upgrading from R or older, there may be certificates stored in PEM format. This patch allows keystore2-engine to extract the public keys from certificates in either format. Ignore-AOSP-First: Cherry-Pick - Already on AOSP. Bug: 199155260 Test: N/A Change-Id: I4bd5befcef15af5fbc2cbec3fdf4d581b1558b56 Merged-In: I4bd5befcef15af5fbc2cbec3fdf4d581b1558b56
- Loading branch information
Janis Danisevskis
committed
Nov 19, 2021
1 parent
89f78e9
commit b9f9bfa
Showing
1 changed file
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters