tied SHA-384 into TLSv1.2 as appropriate

This commit is contained in:
John Safranek
2012-06-27 14:41:16 -07:00
parent c2cf1fb708
commit 00cda6ab72
5 changed files with 79 additions and 38 deletions

View File

@@ -1633,8 +1633,6 @@ int AesGcmDecrypt(Aes* aes, byte* out, const byte* in, word32 sz,
c += AES_BLOCK_SIZE;
}
if (partial != 0) {
byte pPartial[AES_BLOCK_SIZE];
IncrementGcmCounter(ctr);
AesEncrypt(aes, ctr, scratch);
xorbuf(scratch, c, partial);