aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | * fips/cmac/*: Implement the basis for FIPS CMAC, using FIPS HMAC as an example. * crypto/cmac/cmac.c: Enable the FIPS API. Change to use M_EVP macros where possible. * crypto/evp/evp.h: (some of the macros get added with this change) * fips/fips.h, fips/utl/fips_enc.c: Add a few needed functions and use macros to have cmac.c use these functions. * Makefile.org, fips/Makefile, fips/fips.c: Hook it in.
* 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
| | | | | | | | | | | now print out signatures instead of the standard hex dump. More complex signatures (e.g. PSS) can print out more meaningful information. Sample DSA version included that prints out the signature parameters r, s. [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding new fields in the middle has no compatibility issues]
* Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson2010-02-081-1/+1
|
* add cvsignoreDr. Stephen Henson2010-02-081-0/+4
|
* Make update.Dr. Stephen Henson2010-02-081-0/+35
|
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-085-10/+380
|
* Initial experimental CMAC implementation.Dr. Stephen Henson2010-02-073-0/+388