PR: 1833
[openssl.git] / crypto /
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:
2010-05-03 Andy PolyakovAdd ghash-armv4.pl.
2010-05-03 Dr. Stephen HensonPR: 2244
2010-05-03 Dr. Stephen HensonPR: 2250
2010-05-03 Dr. Stephen Hensonexperimental function to convert ASN1_TIME to tm, not...
2010-05-01 Ben LaurieMissing declarations, no assembler in PEDANTIC.
2010-04-28 Andy Polyakovbss_file.c: refine UTF-8 logic on Windows.
2010-04-28 Andy PolyakovAdd ghash-parisc.pl.
2010-04-22 Andy PolyakovTake gcm128.c and ghash assembler modules into the...
2010-04-21 Andy Polyakovbss_file.c: reserve for option to encode file name...
2010-04-20 Andy Polyakovmd5-ia64.S: fix assembler warning.
2010-04-20 Dr. Stephen HensonPR: 2241
2010-04-15 Dr. Stephen Hensonnew function to diff tm structures
2010-04-15 Dr. Stephen Hensonoops revert patch not part of Configure diff
2010-04-15 Dr. Stephen Hensonoops, commit Configure part of PR#2234
2010-04-14 Dr. Stephen HensonPR: 2235
2010-04-14 Andy Polyakovx86_64cpuid.pl: ml64 is allergic to db on label line.
2010-04-14 Andy Polyakovgcm128.c and assembler modules: change argument order...
2010-04-14 Andy Polyakov[co]fb128.c: fix "n=0" bug.
2010-04-10 Andy Polyakovaes-ppc.pl: 10% performance improvement on Power6.
2010-04-10 Andy Polyakovgcm128.c: commentary and formatting updates.
2010-04-10 Andy Polyakovcts128.c: add support for NIST "Ciphertext Stealing...
2010-04-10 Andy PolyakovAESNI engine: add counter mode.
2010-04-10 Andy Polyakovperlasm/x86*: add support to SSE>2 and pclmulqdq. x86_6...
2010-04-10 Andy Polyakovsha1-alpha.pl: addenum till commit #19547.
2010-04-10 Andy Polyakovctr129.c: fix typo, simplify ctr128_inc and fix "n...
2010-04-10 Andy PolyakovAdd ghash-alpha.pl assembler module.
2010-04-10 Andy Polyakovsha1-alpha.pl: engage it in build.
2010-04-10 Andy Polyakovsparccpuid.S: some assembler is allergic to apostrophes...
2010-04-10 Andy Polyakovalpha-mont.pl: comply with stack alignment requirements.
2010-04-06 Dr. Stephen HensonPR: 2220
next