aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Coverty fixes for MACsRichard Levitte2019-08-271-6/+16
* Move CMAC to providersRichard Levitte2019-08-152-173/+5
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+3
* Change EVP_MAC method from copy to dupKurt Roeckx2019-06-061-5/+13
* Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte2018-12-063-3/+3
* Adapt other EVP code to use EVP_MAC instead of direct implementation callsRichard Levitte2018-10-301-4/+3
* EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-302-162/+1
* EVP_MAC: Add CMAC implementationRichard Levitte2018-10-302-1/+165
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-2/+4
* 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