Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-08Platform update from HEAD.Andy Polyakov
2011-11-07MacOS and iOS supportDr. Stephen Henson
2011-10-20add authentication parameter to FIPS_module_mode_setDr. Stephen Henson
2011-10-20vxworks-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-16Don't use vpaes in fips builds and exclude from restricted tarball.Dr. Stephen Henson
2011-09-16Integrate 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-07Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-09-05Fix expected DEFFLAG for default config.Bodo Möller
2011-08-24Don't use some object files in FIPS build.Dr. Stephen Henson
2011-08-24Add 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-21Add 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-10Install FIPS module in FIPSDIR if set.Dr. Stephen Henson
2011-05-16x86_64 assembler pack: add x86_64-gf2m module.Andy Polyakov
2011-05-08Remove 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-06ARM 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-11fix 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-02ARM 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
2011-03-12Add SRP support.Ben Laurie
2011-03-12Fix warning.Ben Laurie
2011-02-22Don't try and update c_rehash for fipscanisteronly builds.Dr. Stephen Henson
2011-02-21Remove debugging option.Dr. Stephen Henson
2011-02-17Update auto generated comment.Dr. Stephen Henson
2011-02-12Configure: engage assembler in Android target.Andy Polyakov
2011-02-11New "fispcanisteronly" build option: only build fipscanister.o andDr. Stephen Henson
associated utilities. This functionality will be used by the validated tarball.
2011-02-02Fix target config errors.Dr. Stephen Henson