summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_aes_cbc_hmac_sha1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-2/+3
* Avoid some out of bound accesses in aesni_cbc_hmac_sha1_cipher().tb2019-04-031-7/+13
* No need to duplicate definitions from evp.h locally.miod2016-11-051-7/+1
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-041-6/+5
* fix a padding oracle in aesni cbc mac check. there must be enough datatedu2016-05-041-1/+4
* revert the big change from yesterday to prepare for smaller commits.tedu2016-05-041-4/+1
* patch from openssl for multiple issues:tedu2016-05-031-1/+4
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
* We have EVP_CIPH_FLAG_DEFAULT_ASN1 in evp.h; no need to keep constructs tomiod2014-07-121-34/+28
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* KNF.jsing2014-05-081-248/+273
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+3
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-21/+195
* import OpenSSL-1.0.1cdjm2012-10-131-0/+406