From: KyungwooNoh Date: Fri, 22 Mar 2013 01:37:26 +0000 (+0900) Subject: fixed jira issue X-Git-Tag: accepted/tizen_2.1/20130425.034849~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d43a2e5f9e1821dbad228956782711c27ab78ee;p=framework%2Fosp%2Fappfw.git fixed jira issue Change-Id: I04548ac28eed4e2db56bc661318a4f0ebbb1052e Signed-off-by: KyungwooNoh --- diff --git a/src/security/inc/FSecCert_CertTypes.h b/src/security/inc/FSecCert_CertTypes.h index 867d077..8df6b78 100644 --- a/src/security/inc/FSecCert_CertTypes.h +++ b/src/security/inc/FSecCert_CertTypes.h @@ -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;