<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,<div><br></div><div>I am seeing an issue with the routine CRYPTO_cbc128_encrypt() in version 1.0.2h where,</div><div>, if I have not declared STRICT_ALIGNMENT, application crashes intermittently.</div><div><br></div><div>There was a similar query here but for CRYPTO_ctr128_encrypt.<br></div><div><a href="https://mta.openssl.org/pipermail/openssl-dev/2016-January/003966.html" style="font-family:Calibri,sans-serif;font-size:11pt;color:rgb(5,99,193)">https://mta.openssl.org/pipermail/openssl-dev/2016-January/003966.html</a></div><div><br></div><div>I have dumped the addresses for both ivec and iv. Even though the addresses are unaligned most of the times, crash is seen only occasioanally.</div><div><br></div><div>I don't want to declare STRICT_ALIGNMENT for performance reasons as I need to have the size_t based operations. Is there a work around similar to one proposed in the above thread or any other suggestions on how to handle this ?<br></div><div><br></div><div>Thanks</div><div>Mahendra</div><div><br></div></div></div></div>