Hi,

>> Unfortunately it didn't saves me ;o(  Is it realy not possible to  
>> put more
>> than 64 characters in O= field?
>
> It seems not to be a limitation of OpenCA. You can test it with :

this is a limitation of OpenSSL according to RFC 2459 and has already  
been discussed on this list. The bottom line is: you cannot extend  
the upper bounds in X.509 certs without violating RFC 2459.

cu

Martin

----

 From the RFC:

...
X520OrganizationName ::= CHOICE {
   teletexString     TeletexString (SIZE (1..ub-organization-name)),
   printableString   PrintableString (SIZE (1..ub-organization-name)),
   universalString   UniversalString (SIZE (1..ub-organization-name)),
   utf8String        UTF8String (SIZE (1..ub-organization-name)),
   bmpString         BMPString (SIZE(1..ub-organization-name))   }
...

and

--  specifications of Upper Bounds shall be regarded as mandatory
--  from Annex B of ITU-T X.411 Reference Definition of MTS Parameter
--  Upper Bounds

--      Upper Bounds
ub-name INTEGER ::=     32768
ub-common-name  INTEGER ::=     64
ub-locality-name        INTEGER ::=     128
ub-state-name   INTEGER ::=     128
ub-organization-name    INTEGER ::=     64
ub-organizational-unit-name     INTEGER ::=     64
ub-title        INTEGER ::=     64
ub-match        INTEGER ::=     128

ub-emailaddress-length INTEGER ::= 128

ub-common-name-length INTEGER ::= 64
...


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to