Fix undeclared variable warnings.
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha256.c
2015-10-23 Alessandro GhediniRemove useless code
2015-06-11 Andy Polyakove_aes_cbc_hmac_sha*.c: address linker warning about...
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2014-08-20 Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
2014-07-05 Ben LaurieReduce casting nastiness.
2014-06-17 Felix Laurie von... Fix signed/unsigned comparisons.
2014-06-17 Felix Laurie von... Fix shadow declaration.
2014-06-14 Andy Polyakovevp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-13 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: improve cache locality.
2014-02-05 Andy Polyakove_aes_cbc_hmac_sha[1|256].c: fix compiler warning.
2014-02-05 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: additional CTRL to query...
2014-01-03 Andy Polyakovaesni-sha1-x86_64.pl: add stiched decrypt procedure,
2013-10-12 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentat...
2013-10-08 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.
2013-10-02 Andy Polyakovevp/e_aes_cbc_hmac_sha*.c: multi-block glue code.
2013-10-02 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: enable is on all AES-NI...
2013-06-04 Ben LaurieRemove added ;.
2013-05-13 Andy PolyakovAdd AES-SHA256 stitch.