Merge "identity: Clarify validity period for auth keys." am: 3522198eb4
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2475025 Change-Id: If9283963190f517e3da3b232ef6ff7f1cd274b7c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8be35e964b
1 changed files with 2 additions and 1 deletions
|
@ -370,7 +370,8 @@ interface IIdentityCredential {
|
|||
* - issuer: CN shall be set to "Android Identity Credential Key". (fixed value:
|
||||
* same on all certs)
|
||||
*
|
||||
* - validity: should be from current time and one year in the future (365 days).
|
||||
* - validity: should be from current time and 31536000 seconds in the
|
||||
* future (approximately 365 days).
|
||||
*
|
||||
* - subjectPublicKeyInfo: must contain attested public key.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue