summaryrefslogtreecommitdiff
path: root/fips/des
Commit message (Collapse)AuthorAgeFilesLines
* fix set but unused warningssteve2011-11-051-6/+4
|
* Add support for memory leak checking in fips_algvs.steve2011-11-021-0/+2
| | | | Fix many memory leaks in algorithm test utilities.
* Add fips_algvs utility (from FIPS 2.0 stable branch).steve2011-11-021-23/+29
|
* Make fips algorithm test utilities use RESP_EOL for end of line character(s).steve2011-10-011-13/+14
| | | | This should be CRLF even under *nix.
* make dependsteve2011-09-291-5/+7
|
* Allow for dynamic base in Win64 FIPS module.appro2011-09-141-1/+2
|
* Fix 3DES Monte Carlo test file output which previously outputtedsteve2011-09-111-7/+11
| | | | extra bogus lines. Update fipsalgtest.pl to tolerate the old format.
* For FIPS algorithm test utilities use our own version of strcasecmp andsteve2011-05-011-20/+20
| | | | strncasecmp to cover cases where platforms don't support them.
* Remove several of the old obsolete FIPS_corrupt_*() functions.steve2011-04-141-29/+3
|
* Initial incomplete POST overhaul: add support for POST callback tosteve2011-04-141-1/+1
| | | | allow status of POST to be monitored and/or failures induced.
* Have all algorithm test programs call fips_algtest_init() at startup:steve2011-03-251-5/+1
| | | | | this will perform all standalone operations such as setting error callbacks, entering FIPS mode etc.
* Experimental FIPS symbol renaming.steve2011-02-161-0/+1
| | | | Fixups under fips/ to make symbol renaming work.
* Add non-FIPS algorithm blocking and selftest checking.steve2011-02-151-8/+0
|
* Change FIPS source and utilities to use the "FIPS_" names directlysteve2011-02-122-7/+7
| | | | instead of using regular OpenSSL API names.
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-271-1/+1
| | | | | | crypto.h if needed. Modify source tree to handle change.
* add .cvsignoresteve2011-01-271-0/+4
|
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refersteve2011-01-272-2/+2
| | | | | | | | to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
* add fips/des/Makefilesteve2011-01-261-0/+111
|
* And so it begins... again.steve2011-01-262-0/+841
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?