summaryrefslogtreecommitdiffstats
path: root/fips/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return error codes for selftest failure instead of hard assertion errors.Dr. Stephen Henson2011-05-061-3/+11
* Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson2011-04-141-6/+1
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-141-1/+1
* Update fips_pkey_signature_test: use fixed string if supplies tbs isDr. Stephen Henson2011-04-121-3/+1
* Complete rewrite of FIPS_selftest_dsa(). Use hardcoded 2048 bit DSA keyDr. Stephen Henson2011-04-121-136/+157
* Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson2011-03-252-6/+2
* Remove need for redirection on RNG and DSS algorithm test programs: someDr. Stephen Henson2011-03-081-92/+95
* Stop warnings.Dr. Stephen Henson2011-02-231-3/+3
* Update dependencies.Dr. Stephen Henson2011-02-211-54/+10
* Remove unnecessary dependencies.Dr. Stephen Henson2011-02-211-3/+1
* Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson2011-02-151-0/+2
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson2011-02-134-3/+26
* Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson2011-02-124-22/+22
* Cope with new DSA2 file format where some p/q only tests are made.Dr. Stephen Henson2011-02-021-6/+19
* Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson2011-02-021-0/+11
* Remove DSA parameter generation from DSA selftest. It is unnecessary andDr. Stephen Henson2011-02-021-25/+7
* Don't try to set pmd if it is NULL.Dr. Stephen Henson2011-02-011-1/+2
* Add DSA2 support to final algorithm tests: keypair and keyver.Dr. Stephen Henson2011-02-011-14/+39
* Support more DSA2 tests.Dr. Stephen Henson2011-02-011-18/+45
* Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson2011-02-011-16/+12
* Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson2011-01-311-5/+89
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-2/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+3
* add fips_dsatest.c fileDr. Stephen Henson2011-01-271-0/+269
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-273-3/+3
* And so it begins... again.Dr. Stephen Henson2011-01-266-0/+1080