CKM: Get rid of early expiring certificates
[platform/core/test/security-tests.git] / src / ckm / test-certs.h
index c00ce87..2fd4e24 100644 (file)
@@ -28,20 +28,16 @@ namespace TestData
 {
 
 enum certificateID {
-    // test certificates
-    TEST_ROOT_CA = 0,               // TEST_ROOT_CA, expires 2035
-    TEST_IM_CA,                     // TEST_IM_CA, signed by TEST_ROOT_CA, expires 2035
-    TEST_LEAF,                      // TEST_LEAF, signed by TEST_IM_CA, expires 2035
+    // test certificates which made by us
+    TEST_ROOT_CA = 0,
+    TEST_IM_CA,
+    TEST_LEAF,
 
-    // third party
-    GIAG2,                          // GIAG2, signed by GEOTRUST, expires 31 Dec 2016
-    MBANK,                          // MBANK, signed by SYMANTEC, expires 04 Feb 2016
-    SYMANTEC,                       // SYMANTEC, signed by VERISIGN, expires 30 Oct 2023
-    GEOTRUST,                       // GEOTRUST, GeoTrust Global CA - signed by EQUIFAX, expires 21 Aug 2018
-    EQUIFAX,                        // EQUIFAX (root CA), expires 22 Aug 2018
-    GOOGLE_COM,                     // GOOGLE_COM, *.google.com - signed by GIAG2, expires 21 Oct 2015
+    // ocsp available certificate chain, third party
+    OCSP_ROOT_CA,
+    OCSP_AVAILABLE_IM,
 
-    // footer - last element in the set
+    // footer
     NO_CERT
 };