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 12:59:38 +0000 (13:59 +0100)
commit802fdcda1ebc4241a8e02af0046ba2f5264f71f6
tree240391c7118502effac9299eb6306192633f748c
parent6006e352ad59c7aa53fe225795989537645ee277
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.
(cherry picked from commit c2fd5d79ffc4fc9d120a0faad579ce96473e6a2f)
crypto/evp/e_aes.c