Dror Otmi wrote:
> 
> Hi
> 
> I have an X509 Certificate with DH key. OpenSSL can open this
> certificate but not its key.
> This cause an exception in X509_check_private_key() of X509_cmp.c at
> line 252 because X509_get_pubkey() returns NULL.
> 
>  xk=X509_get_pubkey(x);
>  if (xk->type != k->type)
> 

OpenSSL can't currently handle DH certificates. Can you post or send me
this certificate? DH certificates are currently very rare.

Steve.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to