Fix 3DES Monte Carlo test file output which previously outputted
[openssl.git] / fips / utl /
2011-06-02 Dr. Stephen HensonMove FIPS RSA function definitions to fips.h
2011-05-31 Dr. Stephen HensonFake CPU caps so fips_standalone_sha1 compiles.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-06 Dr. Stephen HensonReturn error codes for selftest failure instead of...
2011-04-01 Dr. Stephen HensonAllow FIPS malloc callback setting. Automatically set...
2011-03-24 Richard LevitteImplement FIPS CMAC.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-15 Dr. Stephen HensonAdd non-FIPS algorithm blocking and selftest checking.
2011-02-14 Dr. Stephen HensonInclude support for an add_lock callback to tiny FIPS...
2011-02-12 Dr. Stephen HensonChange FIPS source and utilities to use the "FIPS_...
2011-02-04 Dr. Stephen HensonRemove unneeded functions, make some functions and...
2011-02-03 Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-02-03 Bodo MöllerFix error codes.
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen Hensonadd .cvsignore
2011-01-27 Dr. Stephen Hensonadd FIPS API malloc/free
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-27 Dr. Stephen HensonNew FIPS_lock() function for minimal FIPS locking API...
2011-01-26 Dr. Stephen HensonAnd so it begins... again.