Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copy
authorDr. Stephen Henson <steve@openssl.org>
Sun, 7 Feb 2010 13:41:23 +0000 (13:41 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 7 Feb 2010 13:41:23 +0000 (13:41 +0000)
commit1700426256fcf906e730531791fc95fea3db139a
tree65ad51ff567be401248674a8c1e22790670dd04a
parentaa7f5baad27729b819bced7040957dc401ed2b46
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