1. 05 11月, 2013 1 次提交
    • H
      crypto: s390 - Fix aes-cbc IV corruption · f262f0f5
      Herbert Xu 提交于
      The cbc-aes-s390 algorithm incorrectly places the IV in the tfm
      data structure.  As the tfm is shared between multiple threads,
      this introduces a possibility of data corruption.
      
      This patch fixes this by moving the parameter block containing
      the IV and key onto the stack (the block is 48 bytes long).
      
      The same bug exists elsewhere in the s390 crypto system and they
      will be fixed in subsequent patches.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      f262f0f5
  2. 30 10月, 2013 9 次提交
  3. 16 10月, 2013 7 次提交
  4. 07 10月, 2013 8 次提交
  5. 24 9月, 2013 13 次提交
  6. 13 9月, 2013 2 次提交