summaryrefslogtreecommitdiffstats
path: root/fips/hmac
AgeCommit message (Collapse)Author
2011-11-01Add support for multicall fips_algvs utility combining functionalityDr. Stephen Henson
of all fips test utilities in a single binary and some minimal script parsing for platforms lacking a suitable shell. In order to keep changes to the build system to a minimum it #includes all the utilities C source files (yuck).
2011-10-12Fix warnings.Dr. Stephen Henson
2011-10-01Make fips algorithm test utilities use RESP_EOL for end of line character(s).Dr. Stephen Henson
This should be CRLF even under *nix.
2011-09-29make dependDr. Stephen Henson
2011-09-15Make HMAC kat symbols static.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-09-14Update CMAC/HMAC sefltests to use NIDs instead of function pointers.Dr. Stephen Henson
Simplify HMAC selftest as each test currently uses the same key and hash data.
2011-04-14Report each cipher used with CMAC tests.Dr. Stephen Henson
Only add one error to error queue if a specific test type fails.
2011-04-14Revise fips_test_suite to use table of IDs for human readable strings.Dr. Stephen Henson
Modify HMAC selftest callbacks to notify each digest type used.
2011-04-14Update CMAC, HMAC, GCM to use new POST system.Dr. Stephen Henson
Fix crash if callback not set.
2011-03-25Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson
this will perform all standalone operations such as setting error callbacks, entering FIPS mode etc.
2011-02-21Update dependencies.Dr. Stephen Henson
2011-02-21x509v3.h header file not needed in fips algorithm test utilities.Dr. Stephen Henson
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
that use it.
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson
crypto.h if needed. Modify source tree to handle change.
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
OpenSSL malloc dependencies.
2011-01-26And so it begins... again.Dr. Stephen Henson
Initial FIPS 140-2 code ported to HEAD. Doesn't even compile yet, may have missing files, extraneous files and other nastiness. In other words: it's experimental ATM, OK?