Fixed IV processing for CBC decryption with AES (x86ni implementation) when data...
authorThomas Pornin <pornin@bolet.org>
Thu, 22 Jun 2017 19:13:15 +0000 (21:13 +0200)
committerThomas Pornin <pornin@bolet.org>
Thu, 22 Jun 2017 19:13:15 +0000 (21:13 +0200)
commiteaa0d38fa8d514aab87b56c6a27d75fa06cdec7e
tree7b337fa41b9844305df95bae0a0ea959a8e7af10
parent7f343eedfc0ef1b3eab8ded1d60e2abc82324a5e
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).
src/symcipher/aes_x86ni_cbcdec.c
test/test_crypto.c