summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2013-04-06Fix warnings.Ben Laurie
2013-04-04cryptlib.c: fix typo in OPENSSL_showfatal.Andy Polyakov
2013-04-04aesni-x86_64.pl: optimize CBC decrypt.Andy Polyakov
2013-04-04e_aes.c: reserve for future extensions.Andy Polyakov
2013-04-04gcm128.c: fix linking problems in 32-bit Windows build.Andy Polyakov
2013-04-04dest4-sparcv9.pl: add clarification comment.Andy Polyakov
2013-04-04evptests.txt: add XTS test vectorsAndy Polyakov
2013-03-31Typo.Dr. Stephen Henson
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov
2013-03-31des_enc.m4: add missing #include.Andy Polyakov
2013-03-29Add AES-NI GCM stitch.Andy Polyakov
2013-03-29aesni-x86_64.pl: fix typo and optimize small block performance.Andy Polyakov
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell
2013-03-26aesni-x86_64.pl: optimize CTR even further.Andy Polyakov
2013-03-24ghash-x86_64.pl: add AVX code path.Andy Polyakov
2013-03-19aesni-x86_64.pl: optimize CTR even further.Andy Polyakov
2013-03-19ghash-x86_64.pl: minor optimization.Andy Polyakov
2013-03-18e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES-NI plaforms.Andy Polyakov
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2013-03-06evptests.txt: additional GCM test vectors.Andy Polyakov
2013-03-06GCM and CCM test supportDr. Stephen Henson
2013-03-06Add CCM ciphers to tables.Dr. Stephen Henson
2013-03-06ghash-x86_64.pl: fix length handling bug.Andy Polyakov
2013-03-04x86cpuid.pl: make it work with older CPUs.Andy Polyakov
2013-03-04Override local vars for MINFO build.Ben Laurie
2013-03-04Include correctly.Ben Laurie
2013-03-01x86_64-gf2m.pl: fix typo.Andy Polyakov
2013-03-01x86_64-gf2m.pl: add missing Windows build fix for #2963.Andy Polyakov
2013-02-26Missing files target.Ben Laurie
2013-02-26Add function CMS_RecipientInfo_encryptDr. Stephen Henson
2013-02-21make depend.Ben Laurie
2013-02-15sha256-586.pl: code refresh.Andy Polyakov
2013-02-14sha1-586.pl: code refresh.Andy Polyakov
2013-02-14ghash-x86[_64].pl: code refresh.Andy Polyakov
2013-02-14[aesni-]sha1-x86_64.pl: code refresh.Andy Polyakov
2013-02-14sha512-x86_64.pl: add AVX2 code path.Andy Polyakov
2013-02-14bn_nist.c: work around clang 3.0 bug.Andy Polyakov
2013-02-11sparccpuid.S: work around emulator bug on T1.Andy Polyakov
2013-02-08e_aes_cbc_hmac_sha1.c: align calculated MAC at cache line.Andy Polyakov
2013-02-06e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.Andy Polyakov
2013-02-06e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov
2013-02-06Make CBC decoding constant time.Ben Laurie
2013-02-06Add and use a constant-time memcmp.Ben Laurie
2013-02-02x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov
2013-01-23Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP setDr. Stephen Henson
2013-01-22x86_64 assembly pack: make Windows build more robust.Andy Polyakov
2013-01-22bn/asm/mips.pl: hardwire local call to bn_div_words.Andy Polyakov
2013-01-22sha512-ppc.pl: minimize stack frame.Andy Polyakov
2013-01-20Don't include comp.h if no-comp set.Dr. Stephen Henson
2013-01-19Improve WINCE support.Andy Polyakov