Ken Murchison wrote:
> What is the correct way to convert a DSA key struct into a u_char buffer
> for use with EVP_VerifyFinal()?  Is there a generic way to do this
> regardless of the signature key algorithm?  The value of the EVP
> interface seems lost if I have to call different key preparation
> functions depending on algorithm used for the signature.

EVP_VerifyFinal() expects the public key in a EVP_PKEY structure,
so why do you want to convert the key into a unsigned char buffer ?
Perhaps I misunderstood you, so what do you have and what do you
want to have ? 

Regards,
Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to