Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

AES messages never need to be padded because the confounder ensures
that the plaintext is at least one block long. Remove a check in
krb5int_dk_decrypt_iov which was rejecting short AES messages because
it didn't count the header length.


https://github.com/krb5/krb5/commit/fe22c91239dd9a7c272537437d07124cb1cb19ea
Commit By: ghudson
Revision: 23397
Changed Files:
U trunk/src/lib/crypto/krb/dk/dk_aead.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r23397 from trunk

------------------------------------------------------------------------
r23397 | ghudson | 2009-11-30 20:36:42 -0500 (Mon, 30 Nov 2009) | 10 lines

ticket: 6589
subject: Fix AES IOV decryption of small messages
tags: pullup
target_version: 1.7.1

AES messages never need to be padded because the confounder ensures
that the plaintext is at least one block long. Remove a check in
krb5int_dk_decrypt_iov which was rejecting short AES messages because
it didn't count the header length.

https://github.com/krb5/krb5/commit/5cea08900470400937fe837020d09dcc2b341456
Commit By: tlyu
Revision: 23645
Changed Files:
U branches/krb5-1-7/src/lib/crypto/dk/dk_aead.c