R: Problem about the private key signing with SFL
"Gianluca Ramunno" <[email protected]>
| Newsgroups | gmane.ietf.sfl |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] [mailto:[email protected]]Per > conto di Jonathan Schulze-Hewett > Inviato: 30 June 2000 14:31 > A: [email protected] > Cc: [email protected] > 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