Enable ECDSA import tests 97/318897/1
authorJakub Wlostowski <j.wlostowski@samsung.com>
Thu, 10 Oct 2024 14:22:28 +0000 (16:22 +0200)
committerJakub Wlostowski <j.wlostowski@samsung.com>
Thu, 10 Oct 2024 14:22:28 +0000 (16:22 +0200)
Change-Id: Ic5d2c33d10198fec470b0342d4e6943f0ef2b7c5

src/ckm/unprivileged/capi-testcases.cpp

index 96993b6a94243288ca36fd35a0cf89d3ffb69033..93b42d7be7ccf53270fff6ab12c5d016bd706969 100644 (file)
@@ -1995,8 +1995,6 @@ RUNNER_TEST(T3087_CAPI__dsa_int_key_create_verify_with_negative)
        ckmc_buffer_free(signature);
 }
 
-// No support for EC import in tizen.org's TA. EC import is not required by E2EE.
-#if ! defined(TZ_BACKEND) || defined(TZ_EC_IMPORT)
 RUNNER_TEST(T3088_CAPI__ec_key_create_verify)
 {
        int temp;
@@ -2450,7 +2448,6 @@ RUNNER_TEST(T3088_CAPI__ecdsa_prime192v1_cert_create_verify_signature)
 
        ckmc_buffer_free(signature);
 }
-#endif //! defined(TZ_BACKEND) || defined(TZ_EC_IMPORT)
 
 RUNNER_TEST(T3089_CAPI_deinit)
 {