summaryrefslogtreecommitdiff
path: root/fips
Commit message (Expand)AuthorAgeFilesLines
* Use single X931 key generation source file for FIPS and non-FIPS builds.steve2011-02-032-284/+2
* Fix error codes.bodo2011-02-033-21/+21
* Cope with new DSA2 file format where some p/q only tests are made.steve2011-02-021-6/+19
* Add sign/verify digest API to handle an explicit digest instead of finalisingsteve2011-02-022-20/+49
* Remove DSA parameter generation from DSA selftest. It is unnecessary andsteve2011-02-021-25/+7
* Don't try to set pmd if it is NULL.steve2011-02-011-1/+2
* Add DSA2 support to final algorithm tests: keypair and keyver.steve2011-02-011-14/+39
* Support more DSA2 tests.steve2011-02-011-18/+45
* Tolerate mixed case and leading zeroes when comparing.steve2011-02-011-1/+4
* Since FIPS 186-3 specifies we use the leftmost bits of the digeststeve2011-02-011-16/+12
* Provisional, experimental support for DSA2 parameter generation algorithm.steve2011-01-312-5/+90
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-278-10/+43
* add .cvsignoresteve2011-01-273-0/+12
* add FIPS API malloc/freesteve2011-01-271-0/+84
* Redirect FIPS memory allocation to FIPS_malloc() routine, removesteve2011-01-2711-5/+28
* add fips_dsatest.c filesteve2011-01-271-0/+269
* Update source files to handle new FIPS_lock() location. Add FIPS_lock()steve2011-01-271-10/+1
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refersteve2011-01-2718-17/+21
* New FIPS_lock() function for minimal FIPS locking API: to avoid dependenciessteve2011-01-274-13/+80
* add fips_premain.c.sha1steve2011-01-261-0/+1
* add fips_sha1_selftest.csteve2011-01-261-0/+99
* add fips/sha filessteve2011-01-263-0/+565
* add fips/aes/Makefilesteve2011-01-261-0/+111
* add fips/des/Makefilesteve2011-01-261-0/+111
* add fips/Makefilesteve2011-01-261-0/+232
* add some missing fips filessteve2011-01-263-0/+381
* And so it begins... again.steve2011-01-2646-0/+12117