Re: key format

2005-02-11 Thread Dr. Stephen Henson
On Fri, Feb 11, 2005, Janin-Magnificat Thomas wrote: > Thanks for your answer, > > Can SLLeavy format be encoded in DER and PEM form ? > Yes. The only difference between unencrypted PEM and DER is that unencrypted PEM is the DER form base64 encoded with start and end lines. Steve. -- Dr Stephe

RE: key format

2005-02-11 Thread Janin-Magnificat Thomas
Thanks for your answer, Can SLLeavy format be encoded in DER and PEM form ? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Dr. Stephen Henson Envoyé : vendredi 11 février 2005 14:44 À : openssl-users@openssl.org Objet : Re: key format On Fri, F

Re: key format

2005-02-11 Thread Dr. Stephen Henson
On Fri, Feb 11, 2005, Janin-Magnificat Thomas wrote: > Hello, > > I'm trying to create a little program that can load certificates and keys > in a database with openssl api. But I'm not clear with keys files format. > Correct me if I'm wrong : > > - PKCS#8 format is an encrypted format that co