Preserve generated keys across keybox rotation
Only invalidate patched cert chains when keybox changes. Generated key material is independent and survives rotation.
This commit is contained in:
@@ -318,10 +318,10 @@ object ConfigurationManager {
|
|||||||
)
|
)
|
||||||
KeyBoxManager.invalidateCache(path)
|
KeyBoxManager.invalidateCache(path)
|
||||||
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.R) {
|
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.R) {
|
||||||
// Clear cached keys possibly containing old certificates
|
// Patched chains are stale; generated keys survive rotation
|
||||||
org.matrix.TEESimulator.interception.keystore.shim
|
org.matrix.TEESimulator.interception.keystore.shim
|
||||||
.KeyMintSecurityLevelInterceptor
|
.KeyMintSecurityLevelInterceptor
|
||||||
.clearAllGeneratedKeys("updating $file")
|
.invalidatePatchedChains("keybox change: $path")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user