Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 732 pull up r23389 from trunk ------------------------------------------------------------------------ r23389 | ghudson | 2009-11-30 14:03:58 -0500 (Mon, 30 Nov 2009) | 10 lines ticket: 6588 subject: Fix ivec chaining for DES iov encryption tags: pullup target_version: 1.7.1 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/6fe2a8e4ce928a9c354e4e1c85ec9a4636c346ef Commit By: tlyu Revision: 23644 Changed Files: U branches/krb5-1-7/src/lib/crypto/des/f_aead.c