Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 655a0654 authored by Seth Moore's avatar Seth Moore Committed by Automerger Merge Worker
Browse files

Fix incorrect code comment about keymint version am: ec10c484 am: 1ab89519

parents 6519fd8c 1ab89519
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.