summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/cmac
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-7/+7
2014-07-12if (x) FOO_free(x) -> FOO_free(x).miod1-3/+2
2014-07-12Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() andmiod1-1/+4
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing3-9/+10
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatjsing1-1/+3
2014-06-21More KNF.jsing4-19/+17
2014-06-21KNFmiod3-124/+137
2014-06-12tags as requested by miod and teduderaadt4-2/+4
2014-04-27typo in commentmiod1-1/+1
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2-49/+20
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck2-3/+3
2014-04-15we don't use these files for buildingtedu1-75/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu1-37/+2
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-36/+0
2012-10-13import OpenSSL-1.0.1cdjm5-0/+822