summaryrefslogtreecommitdiff
path: root/keystore2/src/keystore2_main.rs
AgeCommit message (Expand)Author
2023-07-28Add, standardise or temporarily opt out of safety comments for keystore2.Andrew Walbran
2023-03-03keystore2: Remove remote provisioning logicTri Vo
2022-12-01Add log message when keystore can't find IRPCSeth Moore
2022-10-18Changing code to have better error loggingShaquille Johnson
2022-02-24Merge "Send Keystore2 logs to SYSTEM rather than MAIN"Matthew Maurer
2022-02-23Add logging around export of IRemotelyProvisionedKeyPoolSeth Moore
2022-02-17Send Keystore2 logs to SYSTEM rather than MAINMatthew Maurer
2022-02-02Refactor RKP key pool in keystoreSeth Moore
2021-09-03Enable sqlite3 logging in keystore2Seth Moore
2021-07-27Fix warnings in preparation for Rust 1.54.0Chris Wailes
2021-07-09Log keystore2 crash events.Hasini Gunasinghe
2021-07-06Add keystore API for metrics re-routing.Hasini Gunasinghe
2021-07-06Keystore2: Wait for statsd to be available before calling statsd_write()Hasini Gunasinghe
2021-07-02Keystore 2.0 legacy Keystore: Cleanup when app/user removed.Janis Danisevskis
2021-06-30Keystore 2.0: Extend the functionality of the Vpn profile store.Janis Danisevskis
2021-05-11Use a RwLock for DB_PATHSeth Moore
2021-05-10Keystore 2.0: Move per-boot database out of SQLiteMatthew Maurer
2021-04-20Merge changes from topic "keystore2-metrics"Seth Moore
2021-04-16Add support for keystore2 storage metricsSeth Moore
2021-04-16Merge "Revert^2 "Cryptographic security for MAX_BOOT_LEVEL""Paul Crowley
2021-04-12Revert^2 "Cryptographic security for MAX_BOOT_LEVEL"Paul Crowley
2021-04-08Keystore 2.0: Implement unique id rotation on factory reset.Janis Danisevskis
2021-04-06Revert "Cryptographic security for MAX_BOOT_LEVEL"Ulyana Trafimovich
2021-04-05Cryptographic security for MAX_BOOT_LEVELPaul Crowley
2021-03-29Merge "Add VINTF manifest for android.system.keystore2"Steven Moreland
2021-03-23Keystore 2.0: Implement onDeviceOffBody.Janis Danisevskis
2021-03-22Keystore 2.0: Implement shared secret negotiation.Janis Danisevskis
2021-03-22Add VINTF manifest for android.system.keystore2Stephen Crane
2021-03-17Keystore 2.0: add entropy feeder on idleDavid Drysdale
2021-03-09Keystore 2.0: Rename KeystoreUserManagement -> KeystoreMaintenanceJanis Danisevskis
2021-02-27Merge "Keystore 2.0: Enforce MAX_BOOT_LEVEL in software"Paul Crowley
2021-02-25Keystore 2.0: Implement vpn profile store db.Janis Danisevskis
2021-02-25Keystore 2.0: Enforce MAX_BOOT_LEVEL in softwarePaul Crowley
2021-02-18Start the remoteprovisioning serviceMax Bires
2021-02-17Implement user manager AIDL.Hasini Gunasinghe
2021-02-09keystore2: Use libbinder_rs Strong references for Binder objectsStephen Crane
2021-02-09Keystore 2.0: Provide confirmation token to operation.Janis Danisevskis
2021-02-04Keystore 2.0: No longer transition to database directory.Janis Danisevskis
2021-02-04Keystore 2.0: Make per boot database an in memory db.Janis Danisevskis
2021-01-25Keystore 2.0: Revisit Enforcements.Janis Danisevskis
2021-01-18Revert "Revert "Implement addAuthToken method of IKeystoreAuthorization ...""Janis Danisevskis
2021-01-18Revert "Implement addAuthToken method of IKeystoreAuthorization ..."Louis Chang
2021-01-14Implement addAuthToken method of IKeystoreAuthorization AIDL interface.Hasini Gunasinghe
2021-01-13Implement and integrate the verification token handler.Hasini Gunasinghe
2021-01-12Keystore 2.0: Integrate legacy wrapper.Janis Danisevskis
2020-12-29Keystore 2.0: Implement APC service.Janis Danisevskis
2020-12-14Keystore 2.0: Revise database.Janis Danisevskis
2020-11-23Keystore 2.0: Initialize thread pool.Janis Danisevskis
2020-10-15Add Keystore 2.0 service.Janis Danisevskis