summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2011-10-21mk1mk.pl: cleanup engines' handling and make fips build work on WIN64I.Andy Polyakov
2011-10-21Update error codes.Dr. Stephen Henson
2011-10-21fips.c: remove preprocessor artefact.Andy Polyakov
2011-10-21fix (?) AVX clearingDr. Stephen Henson
2011-10-21Check for uninitialised DRBG_CTX and don't free up default DRBG_CTX.Dr. Stephen Henson
2011-10-20fips.c: x86[_64] capability masking.Andy Polyakov
2011-10-20armcap.c: auto-setup processor capability vector.Andy Polyakov
2011-10-20Fix error codes.Dr. Stephen Henson
2011-10-20fips/fips_[canister|premain].c: make it work with VC6 and add sentinelsAndy Polyakov
even to code segments.
2011-10-20sha1-mips.pl: fix typo.Andy Polyakov
2011-10-20Drain unused MacOS directory.Andy Polyakov
2011-10-19Add "nopass" for empty password too.Dr. Stephen Henson
2011-10-19add authentication parameter to FIPS_module_mode_setDr. Stephen Henson
2011-10-19vxworks-mips: unify and add assembler.Andy Polyakov
2011-10-19Remove superseded MIPS assembler modules.Andy Polyakov
2011-10-19fips_canister.c: more cross-compiler platfroms verified.Andy Polyakov
2011-10-19arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__.Andy Polyakov
2011-10-19"make update" (partial)Bodo Möller
2011-10-19BN_BLINDING multi-threading fix.Bodo Möller
Submitted by: Emilia Kasper (Google)
2011-10-19Typo (?)Dr. Stephen Henson
2011-10-19Build fipscanister.o only by default. Utility build now needsDr. Stephen Henson
make build_tests
2011-10-19Recognise new option.Dr. Stephen Henson
2011-10-19Fix indentationBodo Möller
2011-10-19Fix warnings.Bodo Möller
Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
2011-10-18Update premain fingerprint.Dr. Stephen Henson