aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte2017-03-011-1/+1
* Don't free in cleanup routineBenjamin Kaduk2017-02-281-1/+2
* Copyright consolidation 06/10Rich Salz2016-05-173-147/+15
* Remove --classic build entirelyRichard Levitte2016-04-201-43/+0
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Use utility functions for HMAC and CMAC.Dr. Stephen Henson2016-03-021-15/+4
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-3/+3
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+2
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-99/+61
* Remove unused internal macrosRichard Levitte2016-01-121-1/+1
* make updateRichard Levitte2016-01-121-27/+29
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-21/+25
* make updateDr. Stephen Henson2015-12-091-2/+1
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-2/+2
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-092-3/+3
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-4/+5
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-143-3/+3
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+2
* free NULL cleanup 11Rich Salz2015-05-012-2/+3
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-82/+0
* make dependDr. Stephen Henson2015-03-241-3/+3
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-224-378/+359
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-1/+1
* fix reset fixDr. Stephen Henson2012-04-111-1/+1
* make reinitialisation work for CMACDr. Stephen Henson2012-04-111-0/+2
* cmac.c: optimize make_kn and move zero_iv to const segment.Andy Polyakov2012-01-061-10/+9
* make updateBodo Möller2011-09-051-6/+5
* license correction, no EAY code included in this fileDr. Stephen Henson2011-06-032-10/+0
* restore .cvsignoreDr. Stephen Henson2011-04-011-0/+1
* temporarily update .cvsignoreDr. Stephen Henson2011-04-011-1/+0
* make updateRichard Levitte2011-03-241-5/+6
* Implement FIPS CMAC.Richard Levitte2011-03-241-10/+12
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-1/+1