summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC assembly pack: add POWER8 support.OpenSSL-fips-2_0_13Andy Polyakov2016-06-211-2/+2
| | | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 4577871ca393275ac0436b2b08f1a75661ced314)
* Add target for i686 cross compilationOpenSSL-fips-2_0_12Steve Marquess2016-02-151-0/+1
| | | | Reviewed-by: Stephen Henson <steve@openssl.org>
* Add new VxWorks x86 platformAndy Polyakov2015-07-041-0/+1
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org>
* Add support for Android 5, both 32- and 64-bit cases.Andy Polyakov2015-05-131-1/+2
| | | | | | | | | | | | Special note about additional -pie flag in android-armv7. The initial reason for adding it is that Android 5 refuses to execute non-PIE binaries. But what about older systems and previously validated platforms? It should be noted that flag is not used when compiling object code, fipscanister.o in this context, only when linking applications, *supplementary* fips_algvs used during validation procedure. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Additional vxWorks target.Andy Polyakov2015-05-131-0/+1
| | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Configure: add ios-cross target with ARM assembly support.Andy Polyakov2015-05-131-0/+1
| | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* Configure: engage ARMv8 assembly pack in ios64-cross target.Andy Polyakov2015-05-131-3/+4
| | | | Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
* support for iOS 7.x/ARMv8OpenSSL-fips-2_0_9Dr. Stephen Henson2014-10-241-0/+1
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Steve Marquess <marquess@openssl.org
* Add linux-x86_64-cross target.OpenSSL-fips-2_0_7Dr. Stephen Henson2014-05-121-0/+1
|
* QNX6-armv4 support.OpenSSL-fips-2_0_6Dr. Stephen Henson2013-12-161-0/+1
|
* eCos ARMv4/5 supportOpenSSL-fips-2_0_5Dr. Stephen Henson2013-12-161-0/+2
|
* Add BSD-ppc85xx support and avoid copying overlapping buffers in fips_dssvs.cOpenSSL-fips-2_0_2Dr. Stephen Henson2012-10-141-0/+2
|
* Add support for Windows CE and C64+ to FIPS module.Dr. Stephen Henson2012-10-041-1/+3
|
* Platform update from HEAD.Andy Polyakov2011-11-081-7/+3
|
* MacOS and iOS supportDr. Stephen Henson2011-11-071-0/+7
|
* add authentication parameter to FIPS_module_mode_setDr. Stephen Henson2011-10-191-0/+19
|
* vxworks-mips: unify and add assembler.Andy Polyakov2011-10-191-2/+1
|
* Fix indentationBodo Möller2011-10-191-9/+9
|
* Fix warnings.Bodo Möller2011-10-191-3/+3
| | | | Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
* Do global replace to remove assembly language object files.Dr. Stephen Henson2011-10-181-2/+2
|
* Engage bsaes-x86_64.pl, bit-sliced AES.Andy Polyakov2011-10-171-2/+3
|
* Add android-x86.Andy Polyakov2011-10-151-0/+1
|
* Allow override of GCCVER and noexecstack checking from environment.Dr. Stephen Henson2011-10-141-0/+2
| | | | Vxworks support.
* Don't use vpaes in fips builds and exclude from restricted tarball.Dr. Stephen Henson2011-09-151-0/+1
|
* Integrate Vector Permutation AES into build system.Andy Polyakov2011-09-151-5/+6
|
* Remove fipsdso target: it isn't supported in the 2.0 module.Dr. Stephen Henson2011-09-141-21/+3
|
* Padlock engine: make it independent of inline assembler.Andy Polyakov2011-09-061-24/+30
|
* Fix expected DEFFLAG for default config.Bodo Möller2011-09-051-1/+1
|
* Don't use some object files in FIPS build.Dr. Stephen Henson2011-08-231-0/+7
|
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-231-1/+1
|
* This commit completes recent modular exponentiation optimizations onAndy Polyakov2011-08-121-3/+4
| | | | | | | | 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.
* Make sure OPENSSL_FIPSCANISTER is visible to ARM assembly language files.Dr. Stephen Henson2011-07-221-0/+1
|
* Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.Andy Polyakov2011-07-201-1/+1
|
* ARM assembler pack: add platform run-time detection.Andy Polyakov2011-07-171-1/+1
|
* Configure: clean up linux32-s390x line.Andy Polyakov2011-06-271-1/+1
|
* s390x assembler pack: add s390x-gf2m.pl and harmonize AES_xts_[en|de]crypt.Andy Polyakov2011-06-271-2/+2
|
* Now the FIPS capable OpenSSL is available simplify the various FIPS testDr. Stephen Henson2011-06-221-7/+3
| | | | | | | | | | | build options. All fispcanisterbuild builds only build fipscanister.o and include symbol renaming. Move all renamed symbols to fipssyms.h Update README.FIPS
* Option "fipscheck" which checks to see if FIPS is autodetected inDr. Stephen Henson2011-06-161-0/+10
| | | | a build. Use this for WIN32 builds.
* Install FIPS module in FIPSDIR if set.Dr. Stephen Henson2011-06-091-1/+8
|
* x86_64 assembler pack: add x86_64-gf2m module.Andy Polyakov2011-05-161-1/+1
|
* Remove gf2m modules from bn_asm if no-ec2m set.Dr. Stephen Henson2011-05-071-0/+4
|
* x86 assembler pack: add bn_GF2m_mul_2x2 implementations (see x86-gf2m.pl forAndy Polyakov2011-05-071-1/+1
| | | | details and performance data).
* Don't fail WIN32 builds on warnings.Dr. Stephen Henson2011-05-061-1/+1
|
* ARM assembler pack: engage newly introduced armv4-gf2m module.Andy Polyakov2011-05-051-1/+2
|
* Remove debugging print.Dr. Stephen Henson2011-05-041-1/+0
| | | | Explicitly use LINKDIRS for fipsdist links.
* Some changes to support VxWorks in the validted module.Dr. Stephen Henson2011-05-011-0/+2
|
* Use correct version number.Dr. Stephen Henson2011-04-111-1/+1
|
* Don't give dependency warning for fips builds.Dr. Stephen Henson2011-04-111-1/+1
| | | | | | Give error for "make depend" in restricted tarball builds. Document how restricted tarballs work.
* fix fipscanisteronly autodetectDr. Stephen Henson2011-04-101-1/+2
|
* Auto detect no-ec2m add option to make no-ec2m tarball.Dr. Stephen Henson2011-04-101-0/+4
|