Fix copy for CCM, GCM and XTS.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 29 Jun 2014 21:01:28 +0000 (22:01 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 11 Jul 2014 20:44:47 +0000 (21:44 +0100)
commit551ed53b2a67581f491fa729a5a5f21c1fa67323
treeb4adc0c63f5c4f16263cf7fde92f934f7699e118
parent6ea511211ce190cc336e94ccde7723fadf0b5a07
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.

Combination of 2 commits:
370bf1d708e6d7af42e1752fb078d0822c9bc73d
c2fd5d79ffc4fc9d120a0faad579ce96473e6a2f
crypto/evp/e_aes.c