> 
> I think he means he wants serial numbers "001" "002" ... "010" ... etc.
> 
> I dont think that's allowed; ASN.1 integers don't have leading zeros.
>       /r$

Integers don't have leading zeros, a representation of an integer
may have a leading zero. If someone want to make a sort based
on serial numbers in a brain damaged way with a character comparision
or else, then one might simply add a power of 10 to have a
leading one at some appropriate position to circumvent
the variable length representation problem.  
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to