Implemented client-server model and changed code for thread safety
[platform/framework/native/appfw.git] / src / security / inc / FSecCert_CertTypes.h
index 27212a9..867d077 100644 (file)
@@ -71,6 +71,7 @@ const int _MAX_ISSUER_CONDITION_SIZE = 150;
 const int _MAX_ISSUER_NAME_OFFSET = 70;
 const int _MAX_CONDITION_CONST_SIZE = 700;
 const int _MAX_PEM_HEADER = 54;
+const int _MAX_CERT_TYPE_COUNT = 4;
 
 extern const Tizen::Base::String _CERT_MGR_SYSTEM_DIRECTORY;
 extern const Tizen::Base::String _CERT_MGR_BASE_DIRECTORY;
@@ -104,7 +105,7 @@ extern const char* _CERT_STATE_OF_PROVINCE;
 extern const char* _CERT_DC;
 extern const char* _CERT_TK_ISSUER_NAME;
 
-//Typedef for readeablitiy of code and ditinguish between different types of handles and context
+//Typedef for readability of code and distinguish between different types of handles and context
 typedef void* CertificateHandle;
 typedef void* CertChainCtx;
 typedef void* PrivateKeyCtx;