summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-12-03Add tests to ensure ECDSA key gen and DSA signing fails if DRBGDr. Stephen Henson
entropy source fails.
2011-12-03functions aren't unused: revertDr. Stephen Henson
2011-12-03remove unused functions from moduleDr. Stephen Henson
2011-12-03bn/asm/mips.pl: fix typos [from HEAD], original by AndyDr. Stephen Henson
2011-11-25prepare for rc5OpenSSL-fips-2_0-rc5Dr. Stephen Henson
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson
2011-11-21bump version for rc5-dev: hopefully will never be needed...Dr. Stephen Henson
2011-11-19prepare for rc4OpenSSL-fips-2_0-rc4Dr. Stephen Henson
2011-11-19Add flag to support cofactor ECDHDr. Stephen Henson
2011-11-18bump version to rc4-devDr. Stephen Henson
2011-11-18prepare for RC3OpenSSL-fips-2_0-rc3Dr. Stephen Henson
2011-11-16In EC_KEY_set_public_key_affine_coordinates include explicit check to see ↵Dr. Stephen Henson
passed components do not exceed field order
2011-11-11portability fix for some perl versionsDr. Stephen Henson
2011-11-09fclose streams in fips_drbvs.cOpenSSL-fips-2_0-rc2Dr. Stephen Henson
Produced error message for unsupported curves in fips_ecdhvs.c
2011-11-08Prepare for RC3 (which may never happen).Dr. Stephen Henson
2011-11-08Platform update from HEAD.Andy Polyakov
2011-11-07add fips_algvs.c to restricted tarballDr. Stephen Henson
2011-11-07Prepare for RC2Dr. Stephen Henson
2011-11-07MacOS and iOS supportDr. Stephen Henson
2011-11-07fipsld, incore: switch to new cross-compile support [from HEAD].Andy Polyakov
2011-11-06e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher'sAndy Polyakov
return value after custom flag was rightly reverted [from HEAD].
2011-11-06check for unset entropy and nonce callbacksDr. Stephen Henson
2011-11-06Update fips_test_suite to take multiple command line options andDr. Stephen Henson
an induced error checking function.
2011-11-05typoDr. Stephen Henson
2011-11-05make post failure simulation reversible in all casesDr. Stephen Henson
2011-11-05typo: use key for POST callbackDr. Stephen Henson
2011-11-05fix set but unused warningsDr. Stephen Henson
2011-11-05armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler ↵Andy Polyakov
[from HEAD].
2011-11-05x86cpuid.pl: don't punish "last-year" OSes on "this-year" CPUs [from HEAD].Andy Polyakov
PR: 2633
2011-11-05ppc.pl: fix bug in bn_mul_comba4 [from HEAD].Andy Polyakov
PR: 2636 Submitted by: Charles Bryant
2011-11-05Add single call public key sign and verify functions.Dr. Stephen Henson
2011-11-02Add support for memory leak checking in fips_algvs.Dr. Stephen Henson
Fix many memory leaks in algorithm test utilities.
2011-11-02Remove duplicate test from health check. Fix memory leaks by uninstantiatingDr. Stephen Henson
DRBG before reinitialising it.
2011-11-02Print out an error for "make test" in FIPS builds.Dr. Stephen Henson
2011-11-02Replace exit calls with return in fips_test_suiteDr. Stephen Henson
2011-11-01Add support for multicall fips_algvs utility combining functionalityDr. Stephen Henson
of all fips test utilities in a single binary and some minimal script parsing for platforms lacking a suitable shell. In order to keep changes to the build system to a minimum it #includes all the utilities C source files (yuck).
2011-10-26PR: 2632Dr. Stephen Henson
Submitted by: emmanuel.azencot@bull.net Reviewed by: steve Return -1 immediately if not affine coordinates as BN_CTX has not been set up.
2011-10-24Prepare for RC2.Dr. Stephen Henson
2011-10-24prepare for RC1Dr. Stephen Henson
2011-10-24typoDr. Stephen Henson
2011-10-24This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips-cvs2svn
2_0-stable'.
2011-10-24e_aes.c: fold even aesni_ccm_cipher.Andy Polyakov
2011-10-23e_aes.c: prevent potential DoS in aes_gcm_tls_cipher.Andy Polyakov
2011-10-23cryptlib.c: remove stdio dependency in Windows fipscanister.lib.Andy Polyakov
2011-10-23No need for custom flag in XTS mode: block length is 1.Dr. Stephen Henson
2011-10-23fips_canister.c: harmonize fingerprinting for all Windows, CE or not.Andy Polyakov
2011-10-23config: in cross-compile case interrogate cross-compiler, not host, workAndy Polyakov
around sub-shell limitation.
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson
2011-10-22x86gas.pl: relax .init segment alignment.Andy Polyakov