summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2011-10-18Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller
NIST-P521. (Now -DEC_NISTP_64_GCC_128 enables all three of these; -DEC_NISTP224_64_GCC_128 no longer works.) Submitted by: Google Inc.
2011-10-18fipssyms.h: assign alias to newly introduced bn_gather5.Andy Polyakov
2011-10-18fips/*: extend fipsro segmenting to all _MSC_VER builds (including WinCE).Andy Polyakov
2011-10-18fips_enc.c: assign minimal block size to bad_cipher [to avoid arithmeticAndy Polyakov
exceptions in TLS layer].
2011-10-18engines/.cvsignore: stop whining about e_padlock-*.s.Andy Polyakov
2011-10-18evp/e_aes.c: fold AES-NI modes that heavily rely on indirect callsAndy Polyakov
(trade 2% small-block performance), engage bit-sliced AES in GCM.
2011-10-18x86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_64 work with ml64,Andy Polyakov
fix bug in .crt section alignment. PR: 2620, 2624
2011-10-18bsaes-x86_64.pl: make it work with ml64.Andy Polyakov
2011-10-18[bs|vp]aes-x86[_64].pl: typos and clarifications.Andy Polyakov
2011-10-18c_allc.c: add aes-xts to loop.Andy Polyakov
2011-10-18Do global replace to remove assembly language object files.Dr. Stephen Henson
2011-10-17bn_mont.c: get corner cases right in updated BN_from_montgomery_word.Andy Polyakov
2011-10-17bn_exp.c: further optimizations using more ideas fromAndy Polyakov
http://eprint.iacr.org/2011/239.
2011-10-17x86_64-mont.pl: minor optimization.Andy Polyakov
2011-10-17bn_mont.c: simplify BN_from_montgomery_word.Andy Polyakov
2011-10-17bn_shift.c: minimize reallocations, which allows BN_FLG_STATIC_DATA toAndy Polyakov
be shifted in specific cases.
2011-10-17Engage bsaes-x86_64.pl, bit-sliced AES.Andy Polyakov
2011-10-16L=3072, N=256 provides 128 bits of security not 112.Dr. Stephen Henson
2011-10-15Add android-x86.Andy Polyakov
2011-10-14Clarify usage message.Dr. Stephen Henson
2011-10-14more vxworks patchesDr. Stephen Henson
2011-10-14Allow override of GCCVER and noexecstack checking from environment.Dr. Stephen Henson
Vxworks support.
2011-10-14Don't use TPREFIX shell variable for minimal script.Dr. Stephen Henson
2011-10-14Add usage messages.Dr. Stephen Henson
2011-10-14e_aes.c: fix bug in aesni_gcm_tls_cipher.Andy Polyakov
2011-10-14aesni-x86[_64].pl: fix bug in CCM code.Andy Polyakov
2011-10-13Remove eng_aesni.c as AES-NI support is integrated directly at EVP.Andy Polyakov
2011-10-13use -no_ecdhe when using -no_dheBodo Möller