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

Commit 9949e31f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Strongbox may not support 1024 bit key size for RSA." am: 453ec121 am: cde000ed

parents ed026ed7 cde000ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3119,7 +3119,7 @@ TEST_P(SigningOperationsTest, RsaPaddingNoneDoesNotAllowOther) {
 */
TEST_P(SigningOperationsTest, NoUserConfirmation) {
    ASSERT_EQ(ErrorCode::OK, GenerateKey(AuthorizationSetBuilder()
                                                 .RsaSigningKey(1024, 65537)
                                                 .RsaSigningKey(2048, 65537)
                                                 .Digest(Digest::NONE)
                                                 .Padding(PaddingMode::NONE)
                                                 .Authorization(TAG_NO_AUTH_REQUIRED)