Configure: update mips[32|64]_asm lines.
[openssl.git] / crypto /
2010-10-22 Andy Polyakovsha512-mips.pl: add missing 64-bit byte swap.
2010-10-21 Andy PolyakovAdd aes-mips.pl assembler module.
2010-10-21 Andy Polyakovsha512-mips.pl: fix "little-endian" typos.
2010-10-11 Dr. Stephen HensonPR: 2295
2010-10-10 Andy Polyakovx86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings.
2010-10-06 Dr. Stephen HensonWe can't always read 6 bytes in an OCSP response: fix...
2010-10-04 Dr. Stephen Hensonfix signature printing routines
2010-10-04 Dr. Stephen Hensonfix warnings
2010-10-03 Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-10-02 Andy Polyakovsha512-mips.pl: add missing byte swap for little-endians.
2010-10-02 Andy PolyakovMIPS assembler pack: enable it in Configure, add SHA2...
2010-09-27 Andy PolyakovAdd unified mips.pl, which will replace mips3.s.
2010-09-22 Andy Polyakovsha1-mips.pl, mips-mont.pl: unify MIPS assembler module...
2010-09-21 Andy Polyakovghash-s390x.pl: reschedule instructions for better...
2010-09-18 Andy Polyakovs390x assembler pack: extend OPENSSL_s390xcap_P to...
2010-09-13 Andy PolyakovAlpha assembler pack: adapt for Linux.
2010-09-10 Andy Polyakovsha1-armv4-large.pl: more readable input pickup.
2010-09-10 Andy Polyakovcrypto/ppc[cpuid|cap]: call CPU detection once and...
2010-09-10 Andy Polyakovcrypto/bn/asm/s390x.S: drop redundant instructions.
2010-09-10 Andy PolyakovAdd ghash-s390x.pl.
2010-09-05 Andy Polyakovmodes/asm/ghash-*.pl: switch to [more reproducible...
2010-09-05 Andy Polyakovghash-ia64.pl: 50% performance improvement of gcm_ghash...
2010-09-05 Andy Polyakovsparcv9cap.c: disengange Solaris-specific CPU detection...
2010-09-05 Ben LaurieFix warnings.
2010-08-30 Dr. Stephen Hensonfix bug in AES_unwrap()
2010-08-27 Bodo MöllerMore C language police work.
2010-08-27 Bodo MöllerC conformity fixes: Move declarations before statements...
2010-08-27 Bodo MöllerC conformity fixes:
2010-08-26 Bodo Möller(formatting error)
2010-08-26 Bodo MöllerNew 64-bit optimized implementation EC_GFp_nistp224_met...
2010-08-26 Bodo MöllerECC library bugfixes.
2010-08-23 Andy Polyakovgcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
2010-08-21 Andy Polyakovcrypto/modes/Makefile: fix typo in ghash-parisc.s rule.
2010-08-10 Dr. Stephen HensonPR: 2315
2010-08-03 Andy Polyakovsha1-armv4-large.pl: reschedule instructions for dual...
2010-08-02 Andy Polyakovrc5_locl.h: make inline assembler clang-friendly.
2010-08-02 Andy Polyakovgcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.
2010-08-02 Andy Polyakovmd32_common.h: modify MD32_REG_T pre-processing logic...
2010-07-28 Dr. Stephen HensonFix ctr mode properly this time....
2010-07-28 Dr. Stephen HensonMake ctr mode behaviour consistent with other modes.
2010-07-28 Andy Polyakovalphacpuid.pl: fix brown-bag bug.
2010-07-27 Ben LaurieMissing prototype.
2010-07-26 Andy Polyakovaes-x86_64.pl: commit#19797 was overzealous, partially...
2010-07-26 Andy PolyakovReplace alphacpuid.s with alphacpuid.pl to ensure it...
2010-07-26 Andy Polyakovsha1-alpha.pl: commentary update.
2010-07-26 Andy Polyakovrc4-s390x.pl: harmonize build rule with other similar...
2010-07-26 Andy Polyakovghash-ia64.pl: excuse myself from implementing "528B...
2010-07-26 Andy Polyakovmodes/Makefile: update clean rule.
2010-07-26 Andy Polyakoveng_aesni.c: switch to CRYPTO_ctr128_encrypt_ctr32.
2010-07-26 Andy Polyakovaes-x86_64.pl: remove redundant instructions.
2010-07-26 Andy Polyakovperlasm/x86_64-xlate.pl: extend SSE>2 to ml64.
2010-07-26 Andy Polyakovaesni-x86_64.pl: fix typos.
2010-07-26 Andy Polyakovperlasm/x86asm.pl: move aesni and pclmulqdq opcodes...
2010-07-26 Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2010-07-26 Dr. Stephen Henson#if out deleted function from headers so it isn't picke...
2010-07-26 Dr. Stephen HensonWIN32 build fix.
2010-07-25 Dr. Stephen HensonUpdate symhacks.
2010-07-25 Andy Polyakovaesni-x86[_64].pl: fine-tune, add CCM subroutine, add...
2010-07-21 Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-07-14 Andy Polyakovaes-s390x.pl: revisit buffer allocation and add perform...
2010-07-13 Andy Polyakovsha1-armv4-large.pl: add performance data for Cortex...
2010-07-13 Andy PolyakovARM assembler pack: reschedule instructions for dual...
2010-07-09 Dr. Stephen HensonPR: 2297
2010-07-09 Andy Polyakovgcm128.c: API modification and readability improvements,
2010-07-09 Andy PolyakovRework framework for assembler support for AES counter...
2010-07-09 Andy PolyakovHarmonize s390x assembler modules with "catch-all"...
2010-07-08 Andy Polyakovarmv4-mont.pl: addenum to previous commit#19749.
2010-07-08 Andy Polyakovcrypto/*/Makefile: unify "catch-all" assembler make...
2010-07-08 Andy Polyakovrand_nw.c: compensate for gcc bug (using %edx instead...
2010-07-08 Andy Polyakovsparcv9cap.c: reiterate CPU detection logic.
2010-07-02 Andy Polyakovghash-armv4.pl: excuse myself from implementing "528B...
2010-07-02 Andy Polyakovghash-sparcv9.pl: fix Makefile rule and add performance...
2010-07-02 Andy Polyakovcrypto/sparc*: eliminate _sparcv9_rdwrasi.
2010-07-01 Andy PolyakovSPARCv9 assembler pack: refine CPU detection on Linux...
2010-06-16 Dr. Stephen Hensonclarify comment
2010-06-12 Ben LaurieFix warnings.
2010-06-09 Andy Polyakovghash-x86_64.pl: "528B" variant delivers further >30...
2010-06-09 Andy Polyakovghash-x86.pl: commentary updates.
2010-06-04 Andy Polyakovghash-x86.pl: "528B" variant of gcm_ghash_4bit_mmx...
2010-06-04 Andy Polyakovx86 perlasm: add support for 16-bit values.
2010-06-01 Dr. Stephen Hensonadd CVE-2010-0742 and CVS-2010-1633 fixes
2010-06-01 Andy Polyakovx86_64-xlate.pl: refine mingw support and regexps,...
2010-05-31 Dr. Stephen Hensonfix PR#2261 in a different way
2010-05-29 Dr. Stephen HensonPR: 2278
2010-05-27 Dr. Stephen HensonPR: 2258
2010-05-26 Dr. Stephen HensonPR: 2266
2010-05-26 Andy Polyakovgcm128.c: P.-M. Hager has tipped about possibility...
2010-05-23 Andy Polyakovghash-x86.pl: MMX optimization (+20-40%) and commentary...
2010-05-23 Andy Polyakovgcm128.c: commentary update.
2010-05-22 Dr. Stephen HensonPR: 2251
2010-05-22 Dr. Stephen HensonStop compiler complaining in pedantic mode: may be...
2010-05-15 Dr. Stephen HensonPR: 2253
2010-05-13 Andy Polyakovrc4-x86_64.pl: "Westmere" optimization.
2010-05-13 Andy Polyakovghash-x86[_64].pl: add due credit.
2010-05-13 Andy PolyakovGCM "jumbo" update:
2010-05-13 Andy Polyakovx86asm.pl: consistency imrovements.
2010-05-13 Andy Polyakovx86_64-xlate.pl: refine some regexp's and add support...
2010-05-05 Andy PolyakovRevert previous Linux-specific/centric commit#19629...
2010-05-05 Ben LaurieNon-executable stack in asm.
2010-05-04 Andy Polyakov"Jumbo" update for crypto/modes:
next