summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2007-05-15Throw in ppccpuid module.Andy Polyakov
2007-05-15Add alphacpuid.sAndy Polyakov
2007-05-14Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov
sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse to "cpuid" assembler module and gain 2x.
2007-05-04Engage SHA for sparcv9.Andy Polyakov
2007-04-30Typo in s390x_asm.Andy Polyakov
2007-04-30Engage s390x assembler modules.Andy Polyakov
2007-04-02RC4_set_key for x86_64 and Core2 optimization.Andy Polyakov
PR: 1447
2007-04-01Reserve for assembler implementation of RC4_set_key and implement x86 one.Andy Polyakov
2007-03-25Allow shared builds for aix[64]-gcc targets.Andy Polyakov
2007-03-25aix[64]-cc config lines update.Andy Polyakov
2007-03-20Remove obsolete comment.Andy Polyakov
2007-03-20Various PowerPC config updates.Andy Polyakov
2006-12-08Engage alpha-mont module. Actually verified on Tru64 only.Andy Polyakov
2006-11-30Fix default dependency flags.Dr. Stephen Henson
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson
2006-11-27Add RFC 3779 support.Ben Laurie
2006-10-23Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover evenAndy Polyakov
recent mingw modifications.
2006-10-23Allow for mingw cross-compile configuration.Andy Polyakov
2006-10-21Rudimentary support for cross-compiling.Andy Polyakov
2006-10-17Further synchronizations with md32_common.h update.Andy Polyakov
2006-07-31Engage assembler in solaris64-x86_64-cc.Andy Polyakov
2006-07-02Prepare playground for AES experimental code.Andy Polyakov
2006-06-05Add sha512-ppc.pl module.Andy Polyakov
2006-05-24Fix warnings.Dr. Stephen Henson
2006-05-04Update from stable branch.Dr. Stephen Henson
2006-05-03Typo in linux-ppc line.Andy Polyakov
2006-05-01SHA1 for PowerPC.Andy Polyakov
2006-04-30Yet another "teaser" Montgomery multiplication module, for PowerPC.Andy Polyakov
2006-04-16SHA-1 for x86_64.Andy Polyakov
2006-04-11Add BeOS support.Ulf Möller
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-04-03Change chop to chomp when reading lines, so CRLF is properly processed onRichard Levitte
the operating systems where they are the normal line endings
2006-03-20Stop compiler warnings.Dr. Stephen Henson
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
- fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... values
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-16Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov
2005-12-16Make room for Whirlpool assembler in Configure.Andy Polyakov
2005-12-16Allow for warning-free passing of -Wl options on config command line. OneAndy Polyakov
possible usage is to pass -Wl,-z,-noexecstack on Linux to ensure the stack is marked non-executable. Well, -Wa,--noexecstack works fine too...
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-12-06Don't include zlib header dir if it is not defined.Dr. Stephen Henson
2005-12-05Update from 0.9.8-stable.Dr. Stephen Henson
2005-11-06Update from stable branch.Dr. Stephen Henson
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