]> err.no Git - linux-2.6/commit
[PATCH] s390: CEX2A crt message length
authorEric Rossman <edrossma@us.ibm.com>
Fri, 24 Mar 2006 11:15:30 +0000 (03:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:18 +0000 (07:33 -0800)
commit96641ee1e4a5154943774639478eb997f4ffb97e
tree2c63ffe5c068900c47f743c2d2e41107d153ddba
parentb6cba4ee31e7376fa363c4b89ca502ac5e17eac1
[PATCH] s390: CEX2A crt message length

Undetected edge case for CRT messages to CEX2A caused length to be too short,
thus truncating the message.  The solution was to check a different variable
which actually determines which key type is being used.

Increment version number in z90main.c to correct level of 1.3.3, fix copyright
year and add comment about bitlength limit of CEX2A.

Signed-off-by: Eric Rossman <edrossma@us.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/crypto/z90hardware.c
drivers/s390/crypto/z90main.c