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

Commit 418ddc17 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Updating a public exponent check" am: 3702b15a am: 42b6ecbd am: d680601c

Change-Id: If2a31f11981f6c793efc70a739fe54160c4fc281
parents 1026f2c3 d680601c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -552,7 +552,7 @@ TEST_P(NewKeyGenerationTest, Rsa) {
        EXPECT_TRUE(crypto_params.Contains(TAG_ALGORITHM, Algorithm::RSA));
        EXPECT_TRUE(crypto_params.Contains(TAG_KEY_SIZE, key_size))
            << "Key size " << key_size << "missing";
        EXPECT_TRUE(crypto_params.Contains(TAG_RSA_PUBLIC_EXPONENT, 3U));
        EXPECT_TRUE(crypto_params.Contains(TAG_RSA_PUBLIC_EXPONENT, 65537U));

        CheckedDeleteKey(&key_blob);
    }