Title: Attempting to use EVP Context initialisation functions under 0.9.6d

Greetings.

I am having trouble initialising both Digest Contexts and Digests using the EVP wrappers. I am using 0.9.6d under Windows XP Pro. I can't seem to find the functions EVP_MD_CTX_init, EVP_MD_CTX_create or  EVP_DigestInit_ex in any of the includes or libraries I have, although the documentation mentions them and describes their function in detail. I built the libraries from scratch using the Perl utilities and all built fine. I can compile and link successfully. The problem is, if you want to use the EVP wrappers, initialising the context and digest is sort of vital…otherwise you can't perform any operations at all. Am I missing something here? Is the OpenSSL documentation (gasp) *ahead* of the code…? I could go back to using explicit message digest calls but I really don't want to do that having upgraded to using the EVP wrappers…can anyone help???

Cheers

Tim Gillott
[EMAIL PROTECTED]



Reply via email to