Hi Peter,

Are you facing any issues similar to
http://rt.openssl.org/Ticket/Display.html?user=guest&pass=guest&id=3272 ?
or are just commenting on the previous GCM fix?

A quick look at the EVP_AES_XTS_CTX suggests that the only pointer in there
is (*stream) which points to the function which is responsible for doing
encryption/decryption and should be safe to copy to the new CTX


On Mon, Jun 30, 2014 at 9:42 AM, Peter Waltenberg <pwal...@au1.ibm.com>
wrote:

> This appears to be the same 'pattern' error as GCM.  For XTS ctx->
> cipher_data contains pointers and the contents are aren't being fully
> duplicated by the copy.
>
>
> Peter
>
>
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       openssl-dev@openssl.org
> Automated List Manager                           majord...@openssl.org
>

Reply via email to