summaryrefslogtreecommitdiff
path: root/keystore2/src/maintenance.rs
AgeCommit message (Expand)Author
2024-02-07Merge "keystore2: rename MonotonicRawTime to BootTime" into mainEric Biggers
2024-02-06Correcting permission check for App UIDs listingEran Messeri
2024-01-31keystore2: rename MonotonicRawTime to BootTimeEric Biggers
2024-01-24List apps affected by secure user IDEran Messeri
2023-11-13keystore2: fix UnlockedDeviceRequired to work without LSKFEric Biggers
2023-10-18keystore2: rename the ScreenLockBound superencryption keys and typeEric Biggers
2023-10-18keystore2: rename the LskfBound superencryption key and typeEric Biggers
2023-10-18keystore2: rename values of UserState enumEric Biggers
2023-10-09Remove IKeystoreMaintenance#getState()Eric Biggers
2023-08-23keystore2: add more loggingDavid Drysdale
2023-08-15Changes for Rust 1.72James Farrell
2023-05-31Separate logic for user reset, remove, and initNathan Huckleberry
2022-10-18Changing code to have better error loggingShaquille Johnson
2022-03-14Remove functionality to migrate keys across app UIDJohn Wu
2022-02-14Keystore 2.0: Teach keystore to decrypt generic blobs.Janis Danisevskis
2022-02-06Keystore 2.0: Rename legacy_migrator to importer.Janis Danisevskis
2022-02-02Keystore2: Fix some log messages.Janis Danisevskis
2022-01-27Keystore 2.0: Fix racy super key management.Janis Danisevskis
2022-01-19Revert^2 "[keystore2] Fix binder import path"Stephen Crane
2022-01-19Merge "Revert "[keystore2] Fix binder import path""Treehugger Robot
2022-01-19Merge "keystore2 support for app UID migration"John Wu
2022-01-19Revert "[keystore2] Fix binder import path"Stephen Crane
2022-01-14[keystore2] Fix binder import pathStephen Crane
2022-01-13keystore2 support for app UID migrationJohn Wu
2021-11-16Define the MigrateAnyKey permissionAshwini Oruganti
2021-10-21Keystore 2.0: Refactor permissions. 5/5Janis Danisevskis
2021-10-21Keystore 2.0: Refactor permissions. 4/5Janis Danisevskis
2021-08-10Add deleteAllKeys to IKeystoreMaintenancePaul Crowley
2021-07-27Fix warnings in preparation for Rust 1.54.0Chris Wailes
2021-07-02Merge "Keystore 2.0 legacy Keystore: Cleanup when app/user removed."Treehugger Robot
2021-07-02Keystore 2.0 legacy Keystore: Cleanup when app/user removed.Janis Danisevskis
2021-07-01Keystore 2.0: Remove Asp.Janis Danisevskis
2021-05-10Keystore 2.0: Move per-boot database out of SQLiteMatthew Maurer
2021-05-06Keystore 2.0: Add watch dog instrumentations in the calls into keystore.Hasini Gunasinghe
2021-05-06Keystore 2.0: Add more watch points.Janis Danisevskis
2021-04-16Moving set_requesting_sid to new_binder method.Andrew Walbran
2021-04-16Merge "Keystore 2.0: Add API for key migration to IKeystoreMaintenance"Treehugger Robot
2021-04-15Keystore 2.0: Add API for key migration to IKeystoreMaintenanceJanis Danisevskis
2021-04-12Revert^2 "Cryptographic security for MAX_BOOT_LEVEL"Paul Crowley
2021-04-06Revert "Cryptographic security for MAX_BOOT_LEVEL"Ulyana Trafimovich
2021-04-05Cryptographic security for MAX_BOOT_LEVELPaul Crowley
2021-03-24Encrypt keys even when device lockedPaul Crowley
2021-03-24Symmetric keyguard-bound superencryptionPaul Crowley
2021-03-24Keystore 2.0: Add earlyBootEnded() to IKeystoreMaintenanceSatya Tangirala
2021-03-23Keystore 2.0: Implement onDeviceOffBody.Janis Danisevskis