Fix copy for CCM, GCM and XTS.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jun 2014 11:57:29 +0000 (12:57 +0100)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:25:29 +0000 (15:25 +0200)
commit04e32fde9d46a6fcc4e25cb1ddb0b68ca1bfe523
treeb72d429a9733e493d0cac88cf23f81a5f126d872
parent0a985af7b63ba54e8d9139950c4ad540948f026f
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