Fix copy for CCM, GCM and XTS.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jun 2014 11:57:29 +0000 (12:57 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jun 2014 11:57:29 +0000 (12:57 +0100)
commitc2fd5d79ffc4fc9d120a0faad579ce96473e6a2f
treef66b246216391598a8cd21467a83a7c75617a722
parent90c1946e7a3aaabaed630474304485b7c850cfa6
Fix copy for CCM, GCM and XTS.

Internal pointers in CCM, GCM and XTS contexts should either be
NULL or set to point to the appropriate key schedule. This needs
to be adjusted when copying contexts.
crypto/evp/e_aes.c