Remove outdated DSA verification comments 89/318089/1
authorJakub Wlostowski <j.wlostowski@samsung.com>
Tue, 24 Sep 2024 10:34:51 +0000 (12:34 +0200)
committerJakub Wlostowski <j.wlostowski@samsung.com>
Tue, 24 Sep 2024 10:34:51 +0000 (12:34 +0200)
DSA verification was fixed in tef-simulator
so the comments are no longer true.

Change-Id: I8a1fbaea88652cb05e846183d5ac0efc74883b80

src/ckm/unprivileged/capi-testcases.cpp

index 3c69f555c8bc6da497b1360b703fa30fe725b7a9..96993b6a94243288ca36fd35a0cf89d3ffb69033 100644 (file)
@@ -1794,7 +1794,7 @@ RUNNER_TEST(T3086_CAPI__dsa_ext_key_create_verify_with_negative)
                                        *signature,
                                        hash_algo,
                                        pad_algo)),
-                       CKMCReadableError(temp)); // DSA verification is broken in tef-simulator
+                       CKMCReadableError(temp));
 
        // negative test
        ckmc_raw_buffer_s invalid_msg_buff = prepare_message_buffer("invalid message test");
@@ -1898,7 +1898,7 @@ RUNNER_TEST(T3086_CAPI__dsa_ext_priv_key_create_verify_with_negative)
                                        *signature,
                                        hash_algo,
                                        pad_algo)),
-                       CKMCReadableError(temp)); // DSA verification is broken in tef-simulator
+                       CKMCReadableError(temp));
        // negative test
        ckmc_raw_buffer_s invalid_msg_buff = prepare_message_buffer("invalid message test");
        RUNNER_ASSERT_MSG(