[ITC][UTC][key-manager][ACR-1757] Extend tests to 6.0 56/294056/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:06 +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 7ab42f62b54c0d9feafa888beacef41fc0e45f85..7edf3ef01b5352528f5376e1103753be1dba0b04 100755 (executable)
@@ -1701,7 +1701,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
@@ -1808,7 +1808,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 2b1ddb0ef413984a9fe79965a5a42307b28c4b41..c8f238d27c20195758eded842c53a40bd6a0b47c 100755 (executable)
@@ -1415,7 +1415,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.
  */
@@ -1478,7 +1478,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.
  */
@@ -1543,7 +1543,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.
  */
@@ -1611,7 +1611,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.
  */
@@ -1667,7 +1667,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
  */
@@ -1742,7 +1742,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.
  */