summaryrefslogtreecommitdiffstats
path: root/fips/rsa/fips_rsa_sign.c
AgeCommit message (Collapse)Author
2011-11-05Add single call public key sign and verify functions.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-06-03Constify RSA signature buffer.Dr. Stephen Henson
2011-06-02Move FIPS RSA function definitions to fips.hDr. Stephen Henson
New function to lookup digests by NID in module. Minor optimisation: if supplied hash is NULL to FIPS RSA functions and we are using PKCS padding get digest NID from otherwise unused saltlen parameter instead.
2011-05-06Return error codes for selftest failure instead of hard assertion errors.Dr. Stephen Henson
2011-02-15Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson
2011-02-12Change FIPS source and utilities to use the "FIPS_" names directlyDr. Stephen Henson
instead of using regular OpenSSL API names.
2011-02-03Fix error codes.Bodo Möller
2011-02-02Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson
a context.
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
OpenSSL malloc dependencies.
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
2011-01-26And so it begins... again.Dr. Stephen Henson
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?