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.
>
> The
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
SSL_CTX_use_Private