From ec10c484b7d7b028cb271b6fd790ec9cd507d98a Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Tue, 23 Jan 2024 20:37:24 +0000 Subject: [PATCH] Fix incorrect code comment about keymint version Test: No test, just a comment change Bug: 321632558 Change-Id: I7f5db4959dd9e3bc598fa2939121f37b3f0abb04 --- security/keymint/aidl/vts/functional/KeyMintTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/keymint/aidl/vts/functional/KeyMintTest.cpp b/security/keymint/aidl/vts/functional/KeyMintTest.cpp index a2e20dcce5..4dc303c470 100644 --- a/security/keymint/aidl/vts/functional/KeyMintTest.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintTest.cpp @@ -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.