pfnus wrote:
> Hi Robert,
>
> I have managed to see the user's certificate after some lengthy
> debugging,
> however, i didn't issue any certificate direct to my token. So, now i
> want to use Netscape Comm to generate a key pair and issue a
> evaluation email certificate from Verisign. However, i am confused
> why the public key CKA_MODULUS length is 126 bytes during
> C_CreateObject, passed in by communicator. ( i use version 4.77).
> Shouldn't it be 128 bytes (1024 bits)? What is the missing piece here?
>
> Any help? Thanks..
Is it consistantly 126 bytes? or is this just a one time thing? Either
way this definately does not sound right. It should be 128 bytes or 129
bytes (with a leading '0'). If you can grab a copy of PSM and mozilla it
might be easier to debug, since you can use trace right into the PSM
source and find out what is going wrong.
BTW does the private key also have a 126 byte modulus?
bob