Re: Missing? EVP_CIPHER_CTX_create()/destroy() patch
On Wed, Oct 04, 2006, Camp, TracyX E wrote:
[color=blue]
> I'm working on an experiment to see if I can build applications that
> treat openssl data structures as opaque, so that they will be more
> binary compatible between openssl releases that may or may not change
> structure sizes. EVP_MD_CTX has a create/destroy interface so I can
> just have a pointer to a EVP_MD_CTX rather than actually embed one in my
> stack, EVP_CIPHER_CTX seems to be lacking these interfaces. So attached
> in a patch that adds them.
>[/color]
They are called EVP_CIPHER_CTX_{new,free}.
Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: [url]http://www.drh-consultancy.demon.co.uk[/url]
______________________________________________________________________
OpenSSL Project [url]http://www.openssl.org[/url]
Development Mailing List [email]openssl-dev@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]