aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_aes_cbc_hmac_sha256.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx1-12/+3
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-1/+1
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx1-3/+12
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov1-3/+5
2017-07-19Remove some dead codeMatt Caswell1-3/+0
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell1-1/+9
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz1-0/+2
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger1-1/+3
2017-03-02evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.Andy Polyakov1-4/+4
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short1-18/+2
2016-06-20crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi1-4/+3
2016-05-17Copyright consolidation 05/10Rich Salz1-46/+6
2016-05-03Check that we have enough padding characters.Kurt Roeckx1-0/+3
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov1-2/+1
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell1-85/+83
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell1-1/+1
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte1-0/+1
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte1-12/+18
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov1-0/+11
2015-10-23Remove useless codeAlessandro Ghedini1-2/+0
2015-06-11e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov1-1/+1
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell1-2/+5
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-831/+878
2015-01-22Move more comments that confuse indentMatt Caswell1-1/+2
2015-01-22Fix strange formatting by indentMatt Caswell1-2/+4
2014-08-20crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.Andy Polyakov1-0/+21
2014-07-05Reduce casting nastiness.Ben Laurie1-2/+9
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach1-1/+1
2014-06-17Fix shadow declaration.Felix Laurie von Massenbach1-2/+3
2014-06-14evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.Andy Polyakov1-26/+24
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov1-1/+2
2014-02-13evp/e_aes_cbc_hmac_sha*.c: improve cache locality.Andy Polyakov1-27/+57
2014-02-05e_aes_cbc_hmac_sha[1|256].c: fix compiler warning.Andy Polyakov1-1/+8
2014-02-05evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.Andy Polyakov1-3/+12
2014-01-03aesni-sha1-x86_64.pl: add stiched decrypt procedure,Andy Polyakov1-2/+2
2013-10-12evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.Andy Polyakov1-2/+3
2013-10-08evp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.Andy Polyakov1-37/+51
2013-10-03evp/e_aes_cbc_hmac_sha*.c: multi-block glue code.Andy Polyakov1-17/+255
2013-10-03evp/e_aes_cbc_hmac_sha256.c: enable is on all AES-NI platforms, not only on AVX.Andy Polyakov1-4/+6
2013-06-04Remove added ;.Ben Laurie1-1/+1
2013-05-13Add AES-SHA256 stitch.Andy Polyakov1-0/+598