]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/e_aes_cbc_hmac_sha256.c
PROV: add RSA signature implementation
[thirdparty/openssl.git] / crypto / evp / e_aes_cbc_hmac_sha256.c
2020-01-06  Matt CaswellDeprecate the low level AES functions
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-01  Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-07-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-15  Dr. Matthias St... Publish the RAND_DRBG API
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
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...
2017-03-02  Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-01-24  Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2016-06-20  Kurt Cancemicrypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious...
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-03  Kurt RoeckxCheck that we have enough padding characters.
2016-05-02  Andy PolyakovRemove obsolete defined(__INTEL__) condition.
2016-04-13  Matt CaswellRemove OPENSSL_NO_AES guards
2016-03-07  Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
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-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-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.