[ITC][UTC][key-manager][ACR-1757] Extend tests to 6.0 54/294054/2
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 9 Jun 2023 13:46:40 +0000 (15:46 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 12 Jun 2023 09:12:25 +0000 (09:12 +0000)
Functionality will be supported starting from tizen 6.0.

Change-Id: I438765f49c95c38523103067736a59c4806c26e6

src/itc/key-manager/ITs-key-manager.c
src/utc/key-manager/utc-key-manager-crypto.c

index 375f47421fb33c22454ba69d3c3d93c68a913770..4d4ea0e3cda5c76aef683ce85a9ef5d325db4b3e 100755 (executable)
@@ -1657,7 +1657,7 @@ int ITc_ckmc_encrypt_decrypt_data_p(void)
 //& type: auto
 /**
 * @testcase                            ITc_ckmc_import_export_wrapped_key_p
-* @since                               6.5
+* @since                               6.0
 * @author                              SRPOL(d.kita)
 * @reviewer                            SRPOL(k.jackiewicz)
 * @type                                        auto
@@ -1764,7 +1764,7 @@ cleanup:
 //& type: auto
 /**
 * @testcase                            ITc_ckmc_key_derive_p
-* @since                               6.5
+* @since                               6.0
 * @author                              SRPOL(d.kita)
 * @reviewer                            SRPOL(k.jackiewicz)
 * @type                                        auto
index c26025c128ce2201925cb556bafba814db50913d..e4f05c634eb50f92427d47c8cdcae84d8726db61 100755 (executable)
@@ -1332,7 +1332,7 @@ int utc_ckmc_decrypt_data_n(void)
 
 /**
  * @testcase        utc_ckmc_import_wrapped_key_p
- * @since_tizen     6.5
+ * @since_tizen     6.0
  * @description     Import wrapped key with AES CTR algorithm
  * @scenario        Create AES key, wrap it and import. Get imported key.
  */
@@ -1395,7 +1395,7 @@ int utc_ckmc_import_wrapped_key_p(void)
 
 /**
  * @testcase        utc_ckmc_import_wrapped_key_n
- * @since_tizen     6.5
+ * @since_tizen     6.0
  * @description     Import key with invalid paramters.
  * @scenario        Import key with invalid paramters.
  */
@@ -1460,7 +1460,7 @@ int utc_ckmc_import_wrapped_key_n(void)
 
 /**
  * @testcase        utc_ckmc_export_wrapped_key_p
- * @since_tizen     6.5
+ * @since_tizen     6.0
  * @description     Export key with AES GCM algorithm.
  * @scenario        Create AES key, wrap it with AES GCM, import and export.
  */
@@ -1528,7 +1528,7 @@ int utc_ckmc_export_wrapped_key_p(void)
 
 /**
  * @testcase        utc_ckmc_import_wrapped_key_n
- * @since_tizen     6.5
+ * @since_tizen     6.0
  * @description     Export key with invalid paramters.
  * @scenario        Export key with invalid paramters.
  */
@@ -1584,7 +1584,7 @@ int utc_ckmc_export_wrapped_key_n(void)
 
 /**
  * @testcase        utc_ckmc_key_derive_p
- * @since_tizen     6.5
+ * @since_tizen     6.0
  * @description     Derives two secrets from 2 EC key pairs.
  * @scenario        Creates 2 pairs of EC keys, derives secrets from each other and compares whether they are equal
  */
@@ -1659,7 +1659,7 @@ int utc_ckmc_key_derive_p(void)
 
 /**
  * @testcase        utc_ckmc_key_derive_n
- * @since_tizen     6.5
+ * @since_tizen     6.0
  * @description     Derive key with invalid paramters.
  * @scenario        Derive key with invalid paramters.
  */