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) Best regards Dror ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Re: Exception checking DH key. Dror Otmi
- Re: Exception checking DH key. Dr Stephen Henson
