summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
2011-12-27update default depflagsDr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Add SCTP support for DTLS (RFC 6083).
2011-12-19PR: 2563Dr. Stephen Henson
Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve Improved PRNG seeding for VOS.
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-15Configure, e_aes.c: allow for XTS assembler implementation.Andy Polyakov
2011-11-14Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie
aspirational __owur annotations.
2011-11-12Configure, x86gas.pl: fix linker warnings in 32-bit Darwin build.Andy Polyakov
2011-11-08Configure: harmonize darwin64-x86_64-cc line with assembler pack.Andy Polyakov
2011-11-08Configure: initial support for iOS.Andy Polyakov
2011-11-08Configure: allow ./config to pass compiler flags with white spaces.Andy Polyakov
2011-10-19add authentication parameter to FIPS_module_mode_setDr. Stephen Henson
2011-10-19vxworks-mips: unify and add assembler.Andy Polyakov
2011-10-19Fix indentationBodo Möller
2011-10-19Fix warnings.Bodo Möller
Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
2011-10-18Do global replace to remove assembly language object files.Dr. Stephen Henson
2011-10-17Engage bsaes-x86_64.pl, bit-sliced AES.Andy Polyakov
2011-10-15Add android-x86.Andy Polyakov
2011-10-14Allow override of GCCVER and noexecstack checking from environment.Dr. Stephen Henson
Vxworks support.
2011-09-15Don't use vpaes in fips builds and exclude from restricted tarball.Dr. Stephen Henson
2011-09-15Integrate Vector Permutation AES into build system.Andy Polyakov
2011-09-14Remove fipsdso target: it isn't supported in the 2.0 module.Dr. Stephen Henson
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-09-05Fix expected DEFFLAG for default config.Bodo Möller
2011-08-23Don't use some object files in FIPS build.Dr. Stephen Henson
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-22Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.Dr. Stephen Henson
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-27Configure: clean up linux32-s390x line.Andy Polyakov
2011-06-27s390x assembler pack: add s390x-gf2m.pl and harmonize AES_xts_[en|de]crypt.Andy Polyakov
2011-06-22Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson
build options. All fispcanisterbuild builds only build fipscanister.o and include symbol renaming. Move all renamed symbols to fipssyms.h Update README.FIPS
2011-06-16Option "fipscheck" which checks to see if FIPS is autodetected inDr. Stephen Henson
a build. Use this for WIN32 builds.
2011-06-09Install FIPS module in FIPSDIR if set.Dr. Stephen Henson
2011-05-16x86_64 assembler pack: add x86_64-gf2m module.Andy Polyakov
2011-05-07Remove gf2m modules from bn_asm if no-ec2m set.Dr. Stephen Henson
2011-05-07x86 assembler pack: add bn_GF2m_mul_2x2 implementations (see x86-gf2m.pl forAndy Polyakov
details and performance data).
2011-05-06Don't fail WIN32 builds on warnings.Dr. Stephen Henson
2011-05-05ARM assembler pack: engage newly introduced armv4-gf2m module.Andy Polyakov
2011-05-04Remove debugging print.Dr. Stephen Henson
Explicitly use LINKDIRS for fipsdist links.
2011-05-01Some changes to support VxWorks in the validted module.Dr. Stephen Henson
2011-04-11Use correct version number.Dr. Stephen Henson
2011-04-11Don't give dependency warning for fips builds.Dr. Stephen Henson
Give error for "make depend" in restricted tarball builds. Document how restricted tarballs work.
2011-04-10fix fipscanisteronly autodetectDr. Stephen Henson
2011-04-10Auto detect no-ec2m add option to make no-ec2m tarball.Dr. Stephen Henson
2011-04-10set OPENSSL_FIPSSYMS for restricted buils and auto detect no-ec2mDr. Stephen Henson
2011-04-10Auto configure for fips is from restricted tarball.Dr. Stephen Henson
Remove more unnecessary files form fips tarball.
2011-04-01ARM assembler pack: profiler-assisted optimizations and NEON support.Andy Polyakov
2011-03-25Typo.Dr. Stephen Henson
2011-03-25* Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:Richard Levitte
Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled by default. If we don't do it this way, it screws up libeay.num. * util/libeay.num: make update