summaryrefslogtreecommitdiff
path: root/lib/libcrypto/cmac
AgeCommit message (Expand)Author
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-12Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() andMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-06-21More KNF.Joel Sing
2014-06-21KNFMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-27typo in commentMiod Vallat
2014-04-27Use C99 initializers for the various FOO_METHOD structs. More readable, andMiod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-15we don't use these files for buildingTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2012-10-13import OpenSSL-1.0.1cDamien Miller