Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 447 krb5int_des_cbc_decrypt_iov was using a plaintext block to update the ivec. Fix it to use the last cipher block, borrowing from the corresponding des3 function. The impact of this bug is not serious since ivec chaining is not typically used with IOV encryption in 1.7. https://github.com/krb5/krb5/commit/59eb61c9e01f0f6627cf2e58f40b2c7bc939adc6 Commit By: ghudson Revision: 23389 Changed Files: U trunk/src/lib/crypto/builtin/des/f_aead.c