Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
authorDr. Stephen Henson <steve@openssl.org>
Sun, 7 Feb 2010 13:39:39 +0000 (13:39 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 7 Feb 2010 13:39:39 +0000 (13:39 +0000)
commitc2bf720842d4a38bf00d3fcfdca6864ec82dc6c6
tree353ff5cd682cbc816f17b22761019a948a34526b
parentc95bf51167f7d7b5d21d84bef02832bb896888de
Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
an EVP_CIPHER_CTX structure which may have problems with external ENGINEs
who need to duplicate internal handles etc.
CHANGES
crypto/evp/bio_enc.c
crypto/evp/evp.h
crypto/evp/evp_enc.c
crypto/evp/evp_err.c