summaryrefslogtreecommitdiffstats
path: root/fips/aes/fips_gcmtest.c
AgeCommit message (Expand)Author
2011-05-04Fix warning.Dr. Stephen Henson
2011-04-22Rewrite OutputValue to avoid use of buffer when printing out hex values.Dr. Stephen Henson
2011-04-20Warn if lines are truncated in algorithm test utilities.Dr. Stephen Henson
2011-04-18Fix EVP CCM decrypt. Add decrypt support to algorithm test program.Dr. Stephen Henson
2011-04-18CCM encrypt algorithm test support.Dr. Stephen Henson
2011-04-15Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation.Dr. Stephen Henson
2011-03-25Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson
2011-03-08Support I/O with files in new fips_gcmtest program.Dr. Stephen Henson
2011-02-23Stop warnings.Dr. Stephen Henson
2011-02-12Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson
2011-02-10Disable FIPS restrictions when doing GCM testing.Dr. Stephen Henson
2011-02-09Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.Dr. Stephen Henson
2011-02-08Equally experimental encrypt side for fips_gcmtest. Currently this uses IVsDr. Stephen Henson
2011-02-08Set values to NULL after freeing them.Dr. Stephen Henson
2011-02-08Experimental incomplete AES GCM algorithm test program.Dr. Stephen Henson