Problem in adding private key in .der format

2010-06-17 Thread Aravind GJ
Hello, I am trying to load a certificate and private key. (both are .der file). The private key is unencrypted. The certificate file is loaded using SSL_CTX_use_certificate_file(ctx, cert.der, SSL_FILETYPE_ASN1) which is sucessful. Then I try to load private key file using

Re: Problem in adding private key in .der format

2010-06-17 Thread Dr. Stephen Henson
On Thu, Jun 17, 2010, Aravind GJ wrote: Hello, I am trying to load a certificate and private key. (both are .der file). The private key is unencrypted. The certificate file is loaded using SSL_CTX_use_certificate_file(ctx, cert.der, SSL_FILETYPE_ASN1) which is sucessful. Then I try to