summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2011-02-12gcm128.c: make it work with no-sse2.Andy Polyakov
2011-02-11In FIPS mode only use "Generation by Testing Candidates" equivalent.Dr. Stephen Henson
2011-02-11Return security strength for supported DSA parameters: will be usedDr. Stephen Henson
2011-02-11Free keys if DSA pairwise error.Dr. Stephen Henson
2011-02-10x86gas.pl: make data_short work on legacy systems.Andy Polyakov
2011-02-10xts128.c: initial draft.Andy Polyakov
2011-02-09Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.Dr. Stephen Henson
2011-02-08ccm128.c: initialize ctx->block (what I was smoking?).Andy Polyakov
2011-02-08ccm128.c: initial draft.Andy Polyakov
2011-02-08Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson
2011-02-07gcm128.c: add boundary condition checks.Andy Polyakov
2011-02-07Initial *very* experimental EVP support for AES-GCM. Note: probably veryDr. Stephen Henson
2011-02-07Add CRYPTO_gcm128_tag() function to retrieve the tag.Dr. Stephen Henson
2011-02-07Use 0 not -1 (since type is size_t) for finalisation argument to do_cipher:Dr. Stephen Henson
2011-02-07New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structures if an underlyingDr. Stephen Henson
2011-02-07Fix memory leak.Dr. Stephen Henson
2011-02-07Use default ASN1 if flag set.Dr. Stephen Henson
2011-02-06gcm128.c: allow multiple calls to CRYPTO_gcm128_aad.Andy Polyakov
2011-02-06gcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.Andy Polyakov
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
2011-02-03Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.cDr. Stephen Henson
2011-02-03Include fips header file in err_all.c if needed.Dr. Stephen Henson
2011-02-03Add FIPS error codes.Dr. Stephen Henson
2011-02-03For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 buildDr. Stephen Henson
2011-02-03Use single X931 key generation source file for FIPS and non-FIPS builds.Dr. Stephen Henson
2011-02-03Assorted bugfixes:Bodo Möller
2011-02-03make updateBodo Möller
2011-02-03Fix error codes.Bodo Möller
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson
2011-02-02Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson
2011-02-01fixes for DSA2 parameter generationDr. Stephen Henson
2011-02-01Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson
2011-01-27Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson
2011-01-27use FIPSEVP in some bn and rsa filesDr. Stephen Henson
2011-01-26Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson
2011-01-26Use ARX in crypto/MakefileDr. Stephen Henson
2011-01-26FIPS HMAC changes:Dr. Stephen Henson
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2011-01-26FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERRDr. Stephen Henson
2011-01-26FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson
2011-01-26add new RAND errorsDr. Stephen Henson