diff -r e06095241a65 -r 735de8341ce4 vpnengine/pkiserviceapi/inc/pkidefs.h --- a/vpnengine/pkiserviceapi/inc/pkidefs.h Wed Sep 01 12:23:21 2010 +0100 +++ b/vpnengine/pkiserviceapi/inc/pkidefs.h Tue Sep 14 23:16:15 2010 +0300 @@ -25,7 +25,7 @@ const TInt MAX_FILENAME_LENGTH = 64; const TInt SHORT_FILENAME_LENGTH = 64; -const TUint32 KMaxX500DN = 256; +const TUint32 KMaxX500DN = 1024; const TUint32 KMaxRfc822 = 64; const TUint32 KMaxUsageDer = 16; const TUint32 KMaxSerial = 128; @@ -92,7 +92,6 @@ typedef TX509KeyUsage TPKIKeyUsage; - class TCertificateRequestListEntry { public: @@ -124,4 +123,5 @@ TPKIKeyAlgorithm iKeyAlgorithm; // RSA, DSA }; -#endif \ No newline at end of file + +#endif