aboutsummaryrefslogtreecommitdiffstats
path: root/fips/rsa
Commit message (Expand)AuthorAgeFilesLines
* Add single call public key sign and verify functions.Dr. Stephen Henson2011-11-053-22/+31
* Add support for memory leak checking in fips_algvs.Dr. Stephen Henson2011-11-021-0/+3
* Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson2011-11-023-3/+15
* Make fips algorithm test utilities use RESP_EOL for end of line character(s).Dr. Stephen Henson2011-10-012-5/+5
* make dependDr. Stephen Henson2011-09-291-16/+20
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-142-5/+25
* Constify RSA signature buffer.Dr. Stephen Henson2011-06-031-2/+2
* Move FIPS RSA function definitions to fips.hDr. Stephen Henson2011-06-021-3/+8
* 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/+2
* Update RSA selftest code to use a 2048 bit RSA and only a single KATDr. Stephen Henson2011-04-121-335/+156
* Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson2011-03-253-9/+3
* Update dependencies.Dr. Stephen Henson2011-02-211-70/+27
* x509v3.h header file not needed in fips algorithm test utilities.Dr. Stephen Henson2011-02-213-3/+0
* Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson2011-02-151-0/+4
* Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson2011-02-123-10/+10
* Typo.Dr. Stephen Henson2011-02-071-1/+1
* Use single X931 key generation source file for FIPS and non-FIPS builds.Dr. Stephen Henson2011-02-032-284/+2
* Fix error codes.Bodo Möller2011-02-031-12/+12
* Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson2011-02-021-20/+38
* add .cvsignoreDr. Stephen Henson2011-01-271-0/+4
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-272-1/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-274-4/+4
* add some missing fips filesDr. Stephen Henson2011-01-261-0/+215
* And so it begins... again.Dr. Stephen Henson2011-01-267-0/+2343