[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
R: Problem about the private key signing with SFL
Jonathan,
the length of the password I used for PKCS#8 file was
fortunately (or unfortunately, depending on the point of
view ...) greater than 8 chars.
How discovered you this problem?
Did you be able to debugging within SMFREE3::SMIT_Sign()?
If yes, which way?
Thank's
Gianluca
> -----Messaggio originale-----
> Da: owner-imc-sfl@xxxxxxxxxxxx [mailto:owner-imc-sfl@xxxxxxxxxxxx]Per
> conto di Jonathan Schulze-Hewett
> Inviato: 30 June 2000 14:31
> A: ramunno@xxxxxxxxx
> Cc: imc-sfl@xxxxxxx
> Oggetto: Re: Problem about the private key signing with SFL
>
>
> Gianluca,
> One thing I found yesterday is that if the password on
> the PKCS#8 file
> is < 8 characters it doesn't get saved during AddLogin and then you
> can't access the private key later because getpassword (in
> SMFREE3::SMIT_Sign()) returns "". So IF your password is less than 8
> characters try it with more and see if that helps.
>
> Bob,
> I assume this 8 character limit is by design?
>
> -Jonathan