summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
2005-12-19As SPARCV9 CPU flavor is [expected to be] detected at run-time, we canAndy Polyakov
afford to relax SPARCV9/8+ compiler command line and produce "unversal" binaries as we used to.
2005-12-16Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds.Andy Polyakov
Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
2005-12-16Make framework for Whirlpool assembler flexible.Andy Polyakov
2005-12-16Make room for Whirlpool assembler in Configure.Andy Polyakov
2005-12-15Switch 64-bit sparcv9 platforms from bn(64,64) to bn(64,32). This doesn'tAndy Polyakov
have impact on performance, because amount of multiplications does not increase with this switch, not on sparcv9 that is. On the contrary, it actually improves performance, because it spares a load of instructions used to chase carries. Not to mention that BN assembler modules can be shared more freely between 32- and 64-bit builts.
2005-12-10Engage AES for UltraSPARC in sparcv9 targets.Andy Polyakov
2005-10-25Fix typos in macos x targets.Andy Polyakov
2005-10-22Integrate sparcv9a-mont.pl into UltraSPARC builds.Andy Polyakov
2005-10-19Add rudimentary aix64-gcc target.Andy Polyakov
Submitted by: Stefan Neis
2005-10-09Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".Andy Polyakov
2005-10-07Throw in Montgomery multiplication assembler for x86_64.Andy Polyakov
2005-08-02Type in OSF1 platform name.Andy Polyakov
2005-07-26"make update"Geoff Thorpe
2005-07-24Engage SHA-256/-512 x86_64 assembler module.Andy Polyakov
2005-07-20Syncronize BSD-ia64 with other IA64-based platforms.Andy Polyakov
2005-07-19Engage MD5 assembler module.Andy Polyakov
2005-07-05CHANGES and TABLE sync with 0.9.8.Andy Polyakov
2005-06-26Unify some SCO targets.Andy Polyakov
2005-06-26Minimum requirement for Solaris x86 was always Pentium. Reflect this inAndy Polyakov
Configure line. TABLE update accomodates other recent ./Configure changes...
2005-06-22TABLE was out-of-sync.Andy Polyakov
2005-06-12replace the deprecated "-m486" gcc option with "-march=i486"Nils Larsch
PR: 1049
2005-05-31Platform update from 8-stable.Andy Polyakov
2005-05-18Engage Applink in mingw. Note that application-side module is notAndy Polyakov
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
2005-05-17Disclaim 16-bit support.Andy Polyakov
2005-05-15Simplify shared rules, link run-path into applications only.Andy Polyakov
2005-05-03Engage md5-x86_64 assembler module.Andy Polyakov
2005-05-03Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov
2005-04-26make updateBodo Möller
2005-04-25make updateBodo Möller
2005-04-13Addenum to http://cvs.openssl.org/chngview?cn=13054.Andy Polyakov
2005-04-13Parameterize do_solaris rules in Makefile.shared.Andy Polyakov
2005-04-07Harmonize cygwin/mingw and VC targets.Andy Polyakov
2005-04-04Extend Solaris x86 support to amd64.Andy Polyakov
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov
2005-03-02In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller
the algorithm is explicitly requested.
2005-02-22Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller
This is now the case for RC5. As a side effect, the OPTIONS in the Makefile will usually look a little different now, but they are essentially only for information anyway.
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
2005-01-24Fold a bunch of linux and *BSD targets into [linux|BSD]-generic[32|64].Andy Polyakov
Idea is to provide unified "fall-down" case for all rare platforms out there. ./config is free to enable some optimizations, such as endianness specification, specific -mcpu flags...
2005-01-21linux-arm target update.Andy Polyakov
PR: 991
2005-01-20linux-parisc update.Andy Polyakov
PR: 990 Submitted by: Mike Frysinger <vapier@gentoo.org>
2005-01-18Throw in AES CBC assembler, up to +40% on aes-128-cbc benchmark.Andy Polyakov
2005-01-18Reserve for AES CBC assembler implementation...Andy Polyakov
2005-01-13"Monolithic" x86 assembler replacement for aes_core.c. Up to +15% betterAndy Polyakov
performance on recent microarchitectures.
2005-01-09Permit "monolithic" AES assembler implementations, i.e. such which wouldAndy Polyakov
replace *whole* aes_core.c, not only AES_[de|en]crypt routines.
2005-01-04DJGPP update.Andy Polyakov
PR: 989 Submitted by: Doug Kaufman
2004-12-26Engage AES x86 assembler module for COFF and a.out targets.Andy Polyakov
2004-12-23Engage AES x86 assembler module on ELF platforms.Andy Polyakov
2004-12-20Refine PowerPC platform support.Andy Polyakov
2004-12-09Engage SHA1 IA64 assembler on IA64 platforms.Andy Polyakov
2004-11-26Engage RC4 IA-64 assembler module.Andy Polyakov