]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/e_aes_cbc_hmac_sha1.c
GH715: ENGINE_finish can take NULL
[thirdparty/openssl.git] / crypto / evp / e_aes_cbc_hmac_sha1.c
2016-01-12  Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2016-01-12  Richard LevitteAdapt cipher implementations to opaque EVP_CIPHER_CTX
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
2014-08-20  Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
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-03-18  Andy Polyakove_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES...
2013-02-08  Andy Polyakove_aes_cbc_hmac_sha1.c: align calculated MAC at cache...
2013-02-06  Andy Polyakove_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC...
2013-02-06  Andy Polyakove_aes_cbc_hmac_sha1.c: address the CBC decrypt timing...
2012-04-15  Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2011-09-01  Dr. Stephen HensonStop warnings.
2011-08-23  Andy PolyakovAdd RC4-MD5 and AESNI-SHA1 "stitched" implementations.