summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2010-08-26ECC library bugfixes.Bodo Möller
2010-08-23gcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.Andy Polyakov
2010-08-21crypto/modes/Makefile: fix typo in ghash-parisc.s rule.Andy Polyakov
2010-08-10PR: 2315Dr. Stephen Henson
2010-08-03sha1-armv4-large.pl: reschedule instructions for dual-issue pipeline.Andy Polyakov
2010-08-02rc5_locl.h: make inline assembler clang-friendly.Andy Polyakov
2010-08-02gcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.Andy Polyakov
2010-08-02md32_common.h: modify MD32_REG_T pre-processing logic [triggered by clang].Andy Polyakov
2010-07-28Fix ctr mode properly this time....Dr. Stephen Henson
2010-07-28Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson
2010-07-28alphacpuid.pl: fix brown-bag bug.Andy Polyakov
2010-07-27Missing prototype.Ben Laurie
2010-07-26aes-x86_64.pl: commit#19797 was overzealous, partially reverse.Andy Polyakov
2010-07-26Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls.Andy Polyakov
2010-07-26sha1-alpha.pl: commentary update.Andy Polyakov
2010-07-26rc4-s390x.pl: harmonize build rule with other similar rules.Andy Polyakov
2010-07-26ghash-ia64.pl: excuse myself from implementing "528B" variant.Andy Polyakov
2010-07-26modes/Makefile: update clean rule.Andy Polyakov
2010-07-26eng_aesni.c: switch to CRYPTO_ctr128_encrypt_ctr32.Andy Polyakov
2010-07-26aes-x86_64.pl: remove redundant instructions.Andy Polyakov
2010-07-26perlasm/x86_64-xlate.pl: extend SSE>2 to ml64.Andy Polyakov
2010-07-26aesni-x86_64.pl: fix typos.Andy Polyakov
2010-07-26perlasm/x86asm.pl: move aesni and pclmulqdq opcodes to aesni-x86.pl andAndy Polyakov
2010-07-26Add new type ossl_ssize_t instead of ssize_t and move definitions toDr. Stephen Henson
2010-07-26#if out deleted function from headers so it isn't picked up by WIN32 buildDr. Stephen Henson
2010-07-26WIN32 build fix.Dr. Stephen Henson
2010-07-25Update symhacks.Dr. Stephen Henson
2010-07-25aesni-x86[_64].pl: fine-tune, add CCM subroutine, add performance data.Andy Polyakov
2010-07-21Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson
2010-07-14aes-s390x.pl: revisit buffer allocation and add performance data.Andy Polyakov
2010-07-13sha1-armv4-large.pl: add performance data for Cortex A8 core.Andy Polyakov
2010-07-13ARM assembler pack: reschedule instructions for dual-issue pipeline.Andy Polyakov
2010-07-09PR: 2297Dr. Stephen Henson
2010-07-09gcm128.c: API modification and readability improvements,Andy Polyakov
2010-07-09Rework framework for assembler support for AES counter mode and addAndy Polyakov
2010-07-09Harmonize s390x assembler modules with "catch-all" rules from commit#19749.Andy Polyakov
2010-07-08armv4-mont.pl: addenum to previous commit#19749.Andy Polyakov
2010-07-08crypto/*/Makefile: unify "catch-all" assembler make rules and harmonizeAndy Polyakov
2010-07-08rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3).Andy Polyakov
2010-07-08sparcv9cap.c: reiterate CPU detection logic.Andy Polyakov
2010-07-02ghash-armv4.pl: excuse myself from implementing "528B" flavour.Andy Polyakov
2010-07-02ghash-sparcv9.pl: fix Makefile rule and add performance data for T1.Andy Polyakov
2010-07-02crypto/sparc*: eliminate _sparcv9_rdwrasi.Andy Polyakov
2010-07-01SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unalignedAndy Polyakov
2010-06-16clarify commentDr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2010-06-09ghash-x86_64.pl: "528B" variant delivers further >30% improvement.Andy Polyakov
2010-06-09ghash-x86.pl: commentary updates.Andy Polyakov
2010-06-04ghash-x86.pl: "528B" variant of gcm_ghash_4bit_mmx gives 20-40%Andy Polyakov
2010-06-04x86 perlasm: add support for 16-bit values.Andy Polyakov