summaryrefslogtreecommitdiff
path: root/keystore2/src/enforcements.rs
AgeCommit message (Expand)Author
2023-11-13keystore2: fix UnlockedDeviceRequired to work without LSKFEric Biggers
2023-10-31Add getLastAuthTime() to IKeystoreAuthorizationJames Willcox
2023-10-18keystore2: rename the ScreenLockBound superencryption keys and typeEric Biggers
2023-10-18keystore2: rename the LskfBound superencryption key and typeEric Biggers
2023-07-25Fix soundness issue in keystore2.Andrew Walbran
2022-10-18Changing code to have better error loggingShaquille Johnson
2022-02-02Keystore2: Fix some log messages.Janis Danisevskis
2022-01-27Keystore 2.0: Fix racy super key management.Janis Danisevskis
2021-11-29Fix logic for token searching on authorize_createSeth Moore
2021-09-14Fix the error message for auth token not found.Hasini Gunasinghe
2021-07-01Keystore 2.0: Remove Asp.Janis Danisevskis
2021-05-13Keystore 2.0: Make MonotonicRawTime use milliseconds.Hasini Gunasinghe
2021-05-10Keystore 2.0: Move per-boot database out of SQLiteMatthew Maurer
2021-04-30Return the auth token to begin call when timestamp token is required.Hasini Gunasinghe
2021-04-22Keystore 2.0: Untangle mutex dependencies in add_auth_token.Janis 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-24Symmetric keyguard-bound superencryptionPaul Crowley
2021-03-23Keystore2: Fix an error in auth token filtering by age.Hasini Gunasinghe
2021-03-12Add getAuthTokensForCredStore method to Authorization aidl.Hasini Gunasinghe
2021-02-25Keystore 2.0: Enforce MAX_BOOT_LEVEL in softwarePaul Crowley
2021-02-17Super encrypted keysHasini Gunasinghe
2021-02-16Keystore 2.0: Revise GC.Janis Danisevskis
2021-02-16Keystore 2.0: Add shelf to async tasks.Janis Danisevskis
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-01-28Merge "Add AGREE_KEY operation for EC keys."Treehugger Robot
2021-01-26Merge "Keystore 2.0: Enforcement for limited use keys."Treehugger Robot
2021-01-26Keystore 2.0: Add missing context in generated and import key.Janis Danisevskis
2021-01-26Keystore 2.0: Enforcement for limited use keys.Qi Wu
2021-01-26Add AGREE_KEY operation for EC keys.Bram Bonné
2021-01-25Keystore 2.0: Revisit Enforcements.Janis Danisevskis
2021-01-19Implement onLockScreenEvent method of IKeystoreAuthorization AIDL interface.Hasini Gunasinghe
2021-01-19Keystore 2.0: Use secure clock service.Janis Danisevskis
2021-01-13Implement and integrate the verification token handler.Hasini Gunasinghe
2021-01-13Integrate authorizations with the operations.Hasini Gunasinghe
2021-01-13Implement get auth token from database.Hasini Gunasinghe
2020-12-22Implement add auth token functionality.Hasini Gunasinghe
2020-12-21Implement authorize_create and authorize_operation.Hasini Gunasinghe
2020-12-18Implement authorize_update_or_finish.Hasini Gunasinghe
2020-12-18Definition and initialization of data structures for enforcements.Hasini Gunasinghe