aboutsummaryrefslogtreecommitdiff
path: root/fips/rsa
AgeCommit message (Expand)AuthorFilesLines
2011-11-05Add single call public key sign and verify functions.Dr. Stephen Henson3-22/+31
2011-11-02Add support for memory leak checking in fips_algvs.Dr. Stephen Henson1-0/+3
2011-11-02Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson3-3/+15
2011-10-01Make fips algorithm test utilities use RESP_EOL for end of line character(s).Dr. Stephen Henson2-5/+5
2011-09-29make dependDr. Stephen Henson1-16/+20
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov2-5/+25
2011-06-03Constify RSA signature buffer.Dr. Stephen Henson1-2/+2
2011-06-02Move FIPS RSA function definitions to fips.hDr. Stephen Henson1-3/+8
2011-05-06Return error codes for selftest failure instead of hard assertion errors.Dr. Stephen Henson1-3/+11
2011-04-14Remove several of the old obsolete FIPS_corrupt_*() functions.Dr. Stephen Henson1-6/+1
2011-04-14Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson1-1/+2
2011-04-12Update RSA selftest code to use a 2048 bit RSA and only a single KATDr. Stephen Henson1-335/+156
2011-03-25Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson3-9/+3
2011-02-21Update dependencies.Dr. Stephen Henson1-70/+27
2011-02-21x509v3.h header file not needed in fips algorithm test utilities.Dr. Stephen Henson3-3/+0
2011-02-15Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson1-0/+4
2011-02-12Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson3-10/+10
2011-02-07Typo.Dr. Stephen Henson1-1/+1
2011-02-03Use single X931 key generation source file for FIPS and non-FIPS builds.Dr. Stephen Henson2-284/+2
2011-02-03Fix error codes.Bodo Möller1-12/+12
2011-02-02Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson1-20/+38
2011-01-27add .cvsignoreDr. Stephen Henson1-0/+4
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2-1/+4
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson4-4/+4
2011-01-26add some missing fips filesDr. Stephen Henson1-0/+215
2011-01-26And so it begins... again.Dr. Stephen Henson7-0/+2343