aboutsummaryrefslogtreecommitdiff
path: root/fips/fips.h
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson1-0/+1
Not properly integrated or tested yet.
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson1-5/+29
crypto.h if needed. Modify source tree to handle change.
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson1-0/+5
OpenSSL malloc dependencies.
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson1-10/+1
definition. Remove stale function references from fips.h
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson1-0/+4
to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
2011-01-27New FIPS_lock() function for minimal FIPS locking API: to avoid dependenciesDr. Stephen Henson1-10/+2
on OpenSSL locking code. Use API in some internal FIPS files. Remove redundant ENGINE defines from fips.h
2011-01-26And so it begins... again.Dr. Stephen Henson1-0/+192
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?