summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
2011-11-08Platform update from HEAD.Andy Polyakov
2011-10-19vxworks-mips: unify and add assembler.Andy Polyakov
2011-10-19Fix warnings.Bodo Möller
Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
2011-10-17Engage bsaes-x86_64.pl, bit-sliced AES.Andy Polyakov
2011-10-15Add android-x86.Andy Polyakov
2011-09-15Integrate Vector Permutation AES into build system.Andy Polyakov
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov
2011-08-12This commit completes recent modular exponentiation optimizations onAndy Polyakov
x86_64 platform. It targets specifically RSA1024 sign (using ideas from http://eprint.iacr.org/2011/239) and adds more than 10% on most platforms. Overall performance improvement relative to 1.0.0 is ~40% in average, with best result of 54% on Westmere. Incidentally ~40% is average improvement even for longer key lengths.
2011-07-20Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.Andy Polyakov
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov
2011-06-27s390x assembler pack: add s390x-gf2m.pl and harmonize AES_xts_[en|de]crypt.Andy Polyakov
2011-05-16x86_64 assembler pack: add x86_64-gf2m module.Andy Polyakov
2011-05-07x86 assembler pack: add bn_GF2m_mul_2x2 implementations (see x86-gf2m.pl forAndy Polyakov
details and performance data).
2011-05-05ARM assembler pack: engage newly introduced armv4-gf2m module.Andy Polyakov
2011-04-01ARM assembler pack: profiler-assisted optimizations and NEON support.Andy Polyakov
2011-03-23make update (1.1.0-dev)Richard Levitte
This meant alarger renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable and 1.0.1-stable. However, since there's been no release on this branch yet, it should be harmless.
2011-02-12Configure: engage assembler in Android target.Andy Polyakov
2011-02-03make updateBodo Möller
2010-11-29TABLE update.Andy Polyakov
2010-10-22Configure: update mips[32|64]_asm lines.Andy Polyakov
2010-10-02MIPS assembler pack: enable it in Configure, add SHA2 module, fix make rules,Andy Polyakov
update commentary...
2010-09-10Configure: remove redundant -DMD32_REG_T=int.Andy Polyakov
2010-09-10Add ghash-s390x.pl.Andy Polyakov
2010-07-09Rework framework for assembler support for AES counter mode and addAndy Polyakov
AES_ctr32_encrypt to aes-s390x.pl.
2010-06-01Configure: update mingw config-lines.Andy Polyakov
2010-05-03Add ghash-armv4.pl.Andy Polyakov
2010-04-28Add ghash-parisc.pl.Andy Polyakov
2010-04-22Take gcm128.c and ghash assembler modules into the build loop.Andy Polyakov
2010-04-10sha1-alpha.pl: engage it in build.Andy Polyakov
2010-02-23Reserve for option to implement AES counter in assembler.Andy Polyakov
2010-01-19Enable PA-RISC assembler in Configure (feedback from PA-RISC 2.0 is stillAndy Polyakov
needed).
2010-01-19s390x assembler update: add support for run-time facility detection.Andy Polyakov
2010-01-06Add Montgomery multiplication module for IA-64.Andy Polyakov
2009-12-30Adapt mingw config for newer mingw environment. Note modified conditionalAndy Polyakov
compilation in e_capi.c. PR: 2113
2009-12-26ppc64-mont.pl: adapt for 32-bit and engage for all builds.Andy Polyakov
2009-11-09make udpateDr. Stephen Henson
2009-10-18make updateDr. Stephen Henson
2009-08-12Update default dependency flags.Dr. Stephen Henson
Make error name discrepancies a fatal error. Fix error codes. make update
2009-07-08Make update.Dr. Stephen Henson
2009-05-03Make it possible to compile CAPI engine under mingw64.Andy Polyakov
2009-05-02Engage cmll-x86_64.pl in Win64 build and make it compile correctly.Andy Polyakov
2009-04-27Intel AES-NI engine.Andy Polyakov
Submitted by: Huang Ying
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-04-03Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-02-11RC4 for s390x.Andy Polyakov
2009-02-09s390x assembler pack update.Andy Polyakov
2009-02-09Reserve for "multilib" suffix, the one allowing to perform multi-ABIAndy Polyakov
installations. It's not enabled in Makefiles yet.
2008-12-22Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov
to build the library without -D_CRT_NONSTDC_NO_DEPRECATE. This commit expands it even to apps catalog and actually omits the macro in question from Configure.
2008-12-03Add Camellia assembler x86 and x86_64 modules.Andy Polyakov