intel / isa-l_crypto

Other
275 stars 80 forks source link

AES-CBC in-place decryption might not generate the right plaintext #143

Closed pablodelara closed 6 months ago

pablodelara commented 7 months ago

On Intel platforms, when performing AES-CBC decryption on in-place buffers, the plaintext generated might not be correct, due to a the wrong ciphertext used to be XOR'ed with the decrypted blocks. A fix will be submitted in the next few days.