Make sure we get the definition of OPENSSL_NO_SHA.
[openssl.git] / crypto / aes / aes_ctr.c
2002-11-13 Bodo Möllerdisable weird assert()s
2002-10-11 Richard LevitteAdd more commentary. Check that *num is smaller than...
2002-10-11 Richard LevitteThe AES CTR API was buggy, we need to save the encrypte...
2002-05-30 Richard LevitteCorrect AES counter mode, which incorrectly incremented...
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.