SPARC T4 assembly pack: treat zero input length in CBC.
authorAndy Polyakov <appro@openssl.org>
Fri, 7 Mar 2014 09:30:37 +0000 (10:30 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 7 Mar 2014 09:30:37 +0000 (10:30 +0100)
commit5e44c144e649a53bae2724b34d908f6cb26b01ed
tree83e9e78b616db8e9ebd0a05ca339fc64d30c029f
parent53e5161231854d64fd89e993944609a329a92db4
SPARC T4 assembly pack: treat zero input length in CBC.

The problem is that OpenSSH calls EVP_Cipher, which is not as
protective as EVP_CipherUpdate. Formally speaking we ought to
do more checks in *_cipher methods, including rejecting
lengths not divisible by block size (unless ciphertext stealing
is in place). But for now I implement check for zero length in
low-level based on precedent.

PR: 3087, 2775
crypto/des/asm/dest4-sparcv9.pl
crypto/perlasm/sparcv9_modes.pl