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 contains private and public key. - PKCS#1 is a format for RSA key pair. It can be encoded in DER form and PEM form. What kind of format is it used to store only RSA public key in DER and PEM encoding ? Openssl documentation said that DSA key can be store in DER and PEM encoded. What is that format ? And is it possible to store only public key DSa in DER and PEm encoded ? What is that format ? OpenSSL documentation talks about SSLEavy format, what is it ? Thanks for your help ? ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]