Merge "Updating a public exponent check" am: 3702b15a2a
am: 42b6ecbd53
Change-Id: I8b35aca11d945ab06efad5caa7a85425c80e3224
This commit is contained in:
commit
d680601c72
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue