Remove code that prints "<SPACES/NULS>" in hexdumps
[openssl.git] / crypto / evp / e_aes_cbc_hmac_sha256.c
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2016-05-03 Kurt RoeckxCheck that we have enough padding characters.
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
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-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-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 Polyakovevp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implem...
2013-06-04 Ben LaurieRemove added ;.
2013-05-19 Andy PolyakovAdd EVP glue to AES-NI SHA256 stich [from master].