From: Thomas Pornin Date: Thu, 22 Jun 2017 19:13:15 +0000 (+0200) Subject: Fixed IV processing for CBC decryption with AES (x86ni implementation) when data... X-Git-Tag: v0.5~13 X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=commitdiff_plain;h=eaa0d38fa8d514aab87b56c6a27d75fa06cdec7e;hp=eaa0d38fa8d514aab87b56c6a27d75fa06cdec7e Fixed IV processing for CBC decryption with AES (x86ni implementation) when data length is not multiple of 64 bytes (the bug was breaking TLS 1.0 AES/CBC on recent x86 systems). ---