fixed jira issue
authorKyungwooNoh <kw1004.noh@samsung.com>
Fri, 22 Mar 2013 01:37:26 +0000 (10:37 +0900)
committerKyungwooNoh <kw1004.noh@samsung.com>
Fri, 22 Mar 2013 01:37:26 +0000 (10:37 +0900)
Change-Id: I04548ac28eed4e2db56bc661318a4f0ebbb1052e
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
src/security/inc/FSecCert_CertTypes.h

index 867d077..8df6b78 100644 (file)
@@ -32,7 +32,7 @@
 namespace Tizen { namespace Security { namespace Cert
 {
 
-const int _MAX_CERTIFICATE_SIZE = 8192;
+const int _MAX_CERTIFICATE_SIZE = 12288;
 const int _MAX_CERT_PRIVATE_KEY_SIZE = 3072;
 const int _MAX_CERT_PUBLIC_KEY_SIZE = 2048;
 const int _MAX_CERTIFICATE_PATH_SIZE = 128;