This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use of auth-bound keys after screen lock removal
When an auth-bound key is used after the screen lock has been removed by the user, KeyStore.begin retruns UNINITIALIZED. This patch adds handling for this error code, indicating that the key that was to be used was permanently invalidated. Bug: 65200397 Test: CtsVerifier ScreenLockBoundKeysTest: 1. Run test 2. with CtsVerifier in the background remove the screen lock through the settings dialog 3. Select VtsVerifier in 'recents' 4. Run test again Change-Id: If68ba0eb2f9c04655fe8c9eea28c4491eae8e92f (cherry picked from commit d07d338)
- Loading branch information