summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-11-12cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.Andy Polyakov
2011-11-12Configure, x86gas.pl: fix linker warnings in 32-bit Darwin build.Andy Polyakov
2011-11-12engines/: get rid of cvs warnings on MacOS X, proper clean in ccgost.Andy Polyakov
2011-11-12Makefile.org: proper libclean on MacOS X.Andy Polyakov
2011-11-11portability fix for some perl versionsDr. Stephen Henson
2011-11-10bsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.Andy Polyakov
2011-11-09arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.Andy Polyakov
2011-11-08x86cpuid.pl: compensate for imaginary virtual machines.Andy Polyakov
2011-11-08Configure: harmonize darwin64-x86_64-cc line with assembler pack.Andy Polyakov
2011-11-08config: KERNEL_BITS envrionment variable to control choice between 32-Andy Polyakov
2011-11-08config: KERNEL_BITS envrionment variable to control choice between 32- andAndy Polyakov
2011-11-08Configure: initial support for iOS.Andy Polyakov
2011-11-08Configure: allow ./config to pass compiler flags with white spaces.Andy Polyakov
2011-11-08fips_canister.c: add cross-compiler support for iOS (it applies even toAndy Polyakov
2011-11-08fips_premain.c: fix warning about _exit on MacOS X.Andy Polyakov
2011-11-06fipsld, incore: switch to new cross-compile support.Andy Polyakov
2011-11-06e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher'sAndy Polyakov
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
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
2011-11-05x86cpuid.pl: don't punish "last-year" OSes on "this-year" CPUs.Andy Polyakov
2011-11-05ppc.pl: fix bug in bn_mul_comba4.Andy Polyakov
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
2011-11-02Remove duplicate test from health check.Dr. Stephen Henson
2011-11-02Print out an error for "make test" in FIPS builds. (from FIPS stable)Dr. Stephen Henson
2011-11-02Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson
2011-10-30Typo...Richard Levitte
2011-10-30bsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.Andy Polyakov
2011-10-30Add missing algorithms to disable, and in particular, disableRichard Levitte
2011-10-30Teach mkshared.com to have a look for disabled algorithms in opensslconf.hRichard Levitte
2011-10-29bn_exp.c: fix corner case in new constant-time code.Andy Polyakov
2011-10-29bsaes-x86_64.pl: optimize InvMixColumns.Andy Polyakov
2011-10-29bsaes-x86_64.pl: add decryption procedure (with unoptimized referenceAndy Polyakov
2011-10-27PR: 2628Dr. Stephen Henson
2011-10-27PR: 2628Dr. Stephen Henson
2011-10-26PR: 2632Dr. Stephen Henson
2011-10-25Use correct tag for SRP username.Dr. Stephen Henson
2011-10-24typoDr. Stephen Henson
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
2011-10-22Check for selftest failure in various places.Dr. Stephen Henson