mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Fix incorrect code comment about keymint version am: ec10c484b7
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2925130 Change-Id: Ia825ec10f2e8f235cd00567c9bc72ce7e13800e2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1027,9 +1027,9 @@ TEST_P(NewKeyGenerationTest, RsaWithMissingValidity) {
|
||||
* The KeyMint V1 spec required that CERTIFICATE_NOT_{BEFORE,AFTER} be
|
||||
* specified for asymmetric key generation. However, this was not
|
||||
* checked at the time so we can only be strict about checking this for
|
||||
* implementations of KeyMint version 2 and above.
|
||||
* implementations of KeyMint version 3 and above.
|
||||
*/
|
||||
GTEST_SKIP() << "Validity strict since KeyMint v2";
|
||||
GTEST_SKIP() << "Validity strict since KeyMint v3";
|
||||
}
|
||||
// Per RFC 5280 4.1.2.5, an undefined expiration (not-after) field should be set to
|
||||
// GeneralizedTime 999912312359559, which is 253402300799000 ms from Jan 1, 1970.
|
||||
|
||||
Reference in New Issue
Block a user