summaryrefslogtreecommitdiffstats
path: root/fips/sha/fips_shatest.c
AgeCommit message (Collapse)Author
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-21x509v3.h header file not needed in fips algorithm test utilities.Dr. Stephen Henson
2011-02-12Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson
instead of using regular OpenSSL API names.
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
2011-01-26add fips/sha filesDr. Stephen Henson